Home
last modified time | relevance | path

Searched refs:next_pid (Results 1 – 4 of 4) sorted by relevance

/tools/perf/scripts/python/
Dsched-migration.py332 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/
Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/tools/perf/
Dbuiltin-sched.c723 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local
748 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event()
751 next = register_pid(sched, next_pid, next_comm); in replay_switch_event()
960 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local
983 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event()
1345 const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local
1369 sched_in = machine__findnew_thread(machine, -1, next_pid); in map_switch_event()
1436 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local
1450 sched->curr_pid[this_cpu] = next_pid; in process_sched_switch_event()
Dbuiltin-timechart.c438 int prev_pid, int next_pid, u64 prev_state, in sched_switch() argument
445 p = find_create_pid(tchart, next_pid); in sched_switch()
453 pid_put_sample(tchart, next_pid, p->current->state, cpu, in sched_switch()
628 int next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() local
631 sched_switch(tchart, sample->cpu, sample->time, prev_pid, next_pid, in process_sample_sched_switch()