Searched refs:next_comm (Results 1 – 3 of 3) sorted by relevance
/tools/perf/scripts/perl/ |
D | wakeup-latency.pl | 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
|
/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 421 next_comm, next_pid, next_prio): argument 426 next_comm, next_pid, next_prio)
|
/tools/perf/ |
D | builtin-sched.c | 721 *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()
|