Searched defs:next_pid (Results 1 – 5 of 5) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | test_tracepoint.c | 15 int next_pid; member
|
D | test_stacktrace_map.c | 49 int next_pid; member
|
/tools/perf/scripts/python/ |
D | sched-migration.py | 334 next_comm, next_pid, next_prio): argument 423 next_comm, next_pid, next_prio): argument
|
/tools/perf/ |
D | builtin-sched.c | 840 next_pid = evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local 1112 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local 1532 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local 1677 next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local 2010 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in timehist_print_sample() local
|
D | builtin-timechart.c | 440 int prev_pid, int next_pid, u64 prev_state, in sched_switch() 626 int next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() local
|