Home
last modified time | relevance | path

Searched defs:next_pid (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dtest_tracepoint.c15 int next_pid; member
Dtest_stacktrace_map.c49 int next_pid; member
/linux-6.14.4/tools/perf/
Dbuiltin-sched.c850 next_pid = evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local
1120 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local
1621 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local
1788 next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local
2149 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in timehist_print_sample() local
2717 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in timehist_update_task_prio() local
Dbuiltin-timechart.c459 int prev_pid, int next_pid, u64 prev_state, in sched_switch()
648 int next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() local
/linux-6.14.4/tools/perf/scripts/python/
Dsched-migration.py334 next_comm, next_pid, next_prio): argument
423 next_comm, next_pid, next_prio): argument
Dtask-analyzer.py922 prev_pid, prev_prio, prev_state, next_comm, next_pid, argument