Searched refs:next_pid (Results 1 – 4 of 4) sorted by relevance
/tools/perf/scripts/python/ |
D | sched-migration.py | 332 next_comm, next_pid, next_prio): argument 340 (headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid) 343 threads[next_pid] = next_comm 344 self.current_tsk[headers.cpu] = next_pid 347 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu) 421 next_comm, next_pid, next_prio): argument 426 next_comm, next_pid, next_prio)
|
/tools/perf/scripts/perl/ |
D | wakeup-latency.pl | 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
|
/tools/perf/ |
D | builtin-sched.c | 686 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local 711 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 714 next = register_pid(sched, next_pid, next_comm); in replay_switch_event() 920 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local 943 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event() 1273 const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local 1297 sched_in = machine__findnew_thread(machine, -1, next_pid); in map_switch_event() 1360 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local 1374 sched->curr_pid[this_cpu] = next_pid; in process_sched_switch_event()
|
D | builtin-timechart.c | 437 int prev_pid, int next_pid, u64 prev_state, in sched_switch() argument 444 p = find_create_pid(tchart, next_pid); in sched_switch() 452 pid_put_sample(tchart, next_pid, p->current->state, cpu, in sched_switch() 626 int next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() local 629 sched_switch(tchart, sample->cpu, sample->time, prev_pid, next_pid, in process_sample_sched_switch()
|