/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | sched-migration.py | 334 next_comm, next_pid, next_prio): 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): 428 next_comm, next_pid, next_prio)
|
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | sched-migration.py | 334 next_comm, next_pid, next_prio): 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): 428 next_comm, next_pid, next_prio)
|
H A D | task-analyzer.py | 922 prev_pid, prev_prio, prev_state, next_comm, next_pid, 932 next_comm = _filter_non_printable(next_comm) 934 _handle_task_start(next_pid, common_cpu, next_comm, time)
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tracepoint.c | 14 char next_comm[16]; member
|
H A D | test_stacktrace_map.c | 48 char next_comm[16]; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tracepoint.c | 14 char next_comm[TASK_COMM_LEN]; member
|
H A D | test_stacktrace_map.c | 48 char next_comm[TASK_COMM_LEN]; member
|
/kernel/linux/linux-5.10/tools/perf/python/ |
H A D | tracepoint.py | 37 print "time %u prev_comm=%s prev_pid=%d prev_prio=%d prev_state=0x%x ==> next_comm=%s next_pid=%d next_prio=%d" % ( 43 event.next_comm,
|
/kernel/linux/linux-5.10/tools/perf/scripts/perl/ |
H A D | wakeup-latency.pl | 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
|
/kernel/linux/linux-6.6/tools/perf/python/ |
H A D | tracepoint.py | 37 print("time %u prev_comm=%s prev_pid=%d prev_prio=%d prev_state=0x%x ==> next_comm=%s next_pid=%d next_prio=%d" % ( 43 event.next_comm,
|
/kernel/linux/linux-6.6/tools/perf/scripts/perl/ |
H A D | wakeup-latency.pl | 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | offwaketime_kern.c | 119 char next_comm[16]; member
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | sched.h | 156 __array( char, next_comm, TASK_COMM_LEN ) 162 memcpy(__entry->next_comm, next->comm, TASK_COMM_LEN); 172 TP_printk("prev_comm=%s prev_pid=%d prev_prio=%d prev_state=%s%s ==> next_comm=%s next_pid=%d next_prio=%d", 188 __entry->next_comm, __entry->next_pid, __entry->next_prio)
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | sched.h | 241 __array( char, next_comm, TASK_COMM_LEN ) 247 memcpy(__entry->next_comm, next->comm, TASK_COMM_LEN); 257 TP_printk("prev_comm=%s prev_pid=%d prev_prio=%d prev_state=%s%s ==> next_comm=%s next_pid=%d next_prio=%d", 273 __entry->next_comm, __entry->next_pid, __entry->next_prio)
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 838 *next_comm = evsel__strval(evsel, sample, "next_comm"); in replay_switch_event() local 865 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 868 next = register_pid(sched, next_pid, next_comm); in replay_switch_event() 2009 const char *next_comm = evsel__strval(evsel, sample, "next_comm"); in timehist_print_sample() local 2050 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 860 *next_comm = evsel__strval(evsel, sample, "next_comm"); in replay_switch_event() local 887 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 890 next = register_pid(sched, next_pid, next_comm); in replay_switch_event() 2056 const char *next_comm = evsel__strval(evsel, sample, "next_comm"); in timehist_print_sample() local 2097 snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid); in timehist_print_sample()
|