Searched refs:next_comm (Results 1 – 6 of 6) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | test_tracepoint.c | 14 char next_comm[16]; member
|
D | test_stacktrace_map.c | 48 char next_comm[16]; member
|
/tools/perf/python/ |
D | tracepoint.py | 43 event.next_comm,
|
/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 | 334 next_comm, next_pid, next_prio): argument 342 headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid) 345 threads[next_pid] = next_comm 423 next_comm, next_pid, next_prio): argument 428 next_comm, next_pid, next_prio)
|
/tools/perf/ |
D | builtin-sched.c | 834 *next_comm = perf_evsel__strval(evsel, sample, "next_comm"); in replay_switch_event() local 861 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 864 next = register_pid(sched, next_pid, next_comm); in replay_switch_event() 2004 const char *next_comm = perf_evsel__strval(evsel, sample, "next_comm"); in timehist_print_sample() local 2042 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample()
|