Home
last modified time | relevance | path

Searched refs:next_comm (Results 1 – 3 of 3) sorted by relevance

/tools/perf/scripts/perl/
Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/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
421 next_comm, next_pid, next_prio): argument
426 next_comm, next_pid, next_prio)
/tools/perf/
Dbuiltin-sched.c721 *next_comm = perf_evsel__strval(evsel, sample, "next_comm"); 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()