next_comm         151 include/trace/events/sched.h 		__array(	char,	next_comm,	TASK_COMM_LEN	)
next_comm         157 include/trace/events/sched.h 		memcpy(__entry->next_comm, next->comm, TASK_COMM_LEN);
next_comm         183 include/trace/events/sched.h 		__entry->next_comm, __entry->next_pid, __entry->next_prio)
next_comm         113 samples/bpf/offwaketime_kern.c 	char next_comm[16];
next_comm         834 tools/perf/builtin-sched.c 		   *next_comm  = perf_evsel__strval(evsel, sample, "next_comm");
next_comm         861 tools/perf/builtin-sched.c 		 prev_comm, prev_pid, next_comm, next_pid, delta);
next_comm         864 tools/perf/builtin-sched.c 	next = register_pid(sched, next_pid, next_comm);
next_comm        2004 tools/perf/builtin-sched.c 	const char *next_comm = perf_evsel__strval(evsel, sample, "next_comm");
next_comm        2042 tools/perf/builtin-sched.c 		snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid);
next_comm          48 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	char next_comm[16];
next_comm          14 tools/testing/selftests/bpf/progs/test_tracepoint.c 	char next_comm[16];