Searched refs:next_comm (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | test_tracepoint.c | 14 char next_comm[TASK_COMM_LEN]; member
|
| A D | test_stacktrace_map.c | 48 char next_comm[TASK_COMM_LEN]; member
|
| /tools/perf/python/ |
| A D | tracepoint.py | 50 event.next_comm,
|
| /tools/perf/scripts/python/ |
| A 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)
|
| A D | task-analyzer.py | 922 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 D | wakeup-latency.pl | 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
|
| /tools/perf/ |
| A D | builtin-sched.c | 848 *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