Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dtest_tracepoint.c14 char next_comm[TASK_COMM_LEN]; member
A Dtest_stacktrace_map.c48 char next_comm[TASK_COMM_LEN]; member
/tools/perf/python/
A Dtracepoint.py50 event.next_comm,
/tools/perf/scripts/python/
A 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)
A Dtask-analyzer.py922 prev_pid, prev_prio, prev_state, next_comm, next_pid, argument
932 next_comm = _filter_non_printable(next_comm)
934 _handle_task_start(next_pid, common_cpu, next_comm, time)
/tools/perf/scripts/perl/
A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/tools/perf/
A Dbuiltin-sched.c848 *next_comm = evsel__strval(evsel, sample, "next_comm"); in replay_switch_event() local
874 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event()
877 next = register_pid(sched, next_pid, next_comm); in replay_switch_event()
2175 const char *next_comm = evsel__strval(evsel, sample, "next_comm"); in timehist_print_sample() local
2226 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample()

Completed in 19 milliseconds