Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dtest_tracepoint.c14 char next_comm[16]; member
Dtest_stacktrace_map.c48 char next_comm[16]; member
/tools/perf/python/
Dtracepoint.py43 event.next_comm,
/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.py334 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/
Dbuiltin-sched.c834 *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()