Searched defs:next_pid (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tracepoint.c | 15 int next_pid; member
|
H A D | test_stacktrace_map.c |
|
/linux/tools/perf/ |
H A D | builtin-sched.c | 850 next_pid = evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local 1135 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local 1636 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local 1805 next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local 2176 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in timehist_print_sample() local 2774 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in timehist_update_task_prio() local
|
H A 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
|
/linux/tools/perf/scripts/python/ |
H A D | sched-migration.py | 334 next_comm, next_pid, next_prio): argument 423 next_comm, next_pid, next_prio): argument
|
H A D | task-analyzer.py | 922 prev_pid, prev_prio, prev_state, next_comm, next_pid, argument
|