Searched defs:next_pid (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | test_tracepoint.c | 15 int next_pid; member
|
D | test_stacktrace_map.c | 49 int next_pid; member
|
/linux-6.6.21/tools/perf/scripts/python/ |
D | sched-migration.py | 334 next_comm, next_pid, next_prio): argument 423 next_comm, next_pid, next_prio): argument
|
D | task-analyzer.py | 922 prev_pid, prev_prio, prev_state, next_comm, next_pid, argument
|
/linux-6.6.21/tools/perf/ |
D | builtin-sched.c | 862 next_pid = evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local 1134 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local 1569 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local 1719 next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local 2057 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in timehist_print_sample() local
|
D | builtin-timechart.c | 459 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
|