Searched defs:next_pid (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | trace.c | 147 pid_t next_pid = 0; in f2fs_destroy_trace_ios() local
|
/linux-4.4.14/tools/perf/ |
D | builtin-sched.c | 723 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local 960 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local 1345 const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local 1436 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local
|
D | builtin-timechart.c | 438 int prev_pid, int next_pid, u64 prev_state, in sched_switch() 628 int next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() local
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | sched-migration.py | 332 next_comm, next_pid, next_prio): argument 421 next_comm, next_pid, next_prio): argument
|