Home
last modified time | relevance | path

Searched refs:next_comm (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dsched-migration.py334 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 Dsched-migration.py334 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 Dtask-analyzer.py922 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 Dtest_tracepoint.c14 char next_comm[16]; member
H A Dtest_stacktrace_map.c48 char next_comm[16]; member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_tracepoint.c14 char next_comm[TASK_COMM_LEN]; member
H A Dtest_stacktrace_map.c48 char next_comm[TASK_COMM_LEN]; member
/kernel/linux/linux-5.10/tools/perf/python/
H A Dtracepoint.py37 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 Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/kernel/linux/linux-6.6/tools/perf/python/
H A Dtracepoint.py37 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 Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/kernel/linux/linux-5.10/samples/bpf/
H A Doffwaketime_kern.c119 char next_comm[16]; member
/kernel/linux/linux-5.10/include/trace/events/
H A Dsched.h156 __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 Dsched.h241 __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 Dbuiltin-sched.c838 *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 Dbuiltin-sched.c860 *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()

Completed in 15 milliseconds