next_pid          153 fs/f2fs/trace.c 	pid_t next_pid = 0;
next_pid          157 fs/f2fs/trace.c 	while ((found = gang_lookup_pids(pid, next_pid, PIDVEC_SIZE))) {
next_pid          160 fs/f2fs/trace.c 		next_pid = pid[found - 1] + 1;
next_pid          152 include/trace/events/sched.h 		__field(	pid_t,	next_pid			)
next_pid          162 include/trace/events/sched.h 		__entry->next_pid	= next->pid;
next_pid          183 include/trace/events/sched.h 		__entry->next_comm, __entry->next_pid, __entry->next_prio)
next_pid          122 kernel/trace/trace_entries.h 	__field(	unsigned int,	next_pid	)	\
next_pid          139 kernel/trace/trace_entries.h 		 __entry->next_pid, __entry->next_prio, __entry->next_state,
next_pid          159 kernel/trace/trace_entries.h 		 __entry->next_pid, __entry->next_prio, __entry->next_state,
next_pid          906 kernel/trace/trace_output.c 	trace_find_cmdline(field->next_pid, comm);
next_pid          913 kernel/trace/trace_output.c 			 field->next_pid,
next_pid          947 kernel/trace/trace_output.c 			 field->next_pid,
next_pid          983 kernel/trace/trace_output.c 	SEQ_PUT_HEX_FIELD(s, field->next_pid);
next_pid         1014 kernel/trace/trace_output.c 	SEQ_PUT_FIELD(s, field->next_pid);
next_pid          393 kernel/trace/trace_sched_wakeup.c 	entry->next_pid			= next->pid;
next_pid          421 kernel/trace/trace_sched_wakeup.c 	entry->next_pid			= wakee->pid;
next_pid          114 samples/bpf/offwaketime_kern.c 	int next_pid;
next_pid          836 tools/perf/builtin-sched.c 		  next_pid = perf_evsel__intval(evsel, sample, "next_pid");
next_pid          861 tools/perf/builtin-sched.c 		 prev_comm, prev_pid, next_comm, next_pid, delta);
next_pid          864 tools/perf/builtin-sched.c 	next = register_pid(sched, next_pid, next_comm);
next_pid         1107 tools/perf/builtin-sched.c 		  next_pid = perf_evsel__intval(evsel, sample, "next_pid");
next_pid         1130 tools/perf/builtin-sched.c 	sched_in = machine__findnew_thread(machine, -1, next_pid);
next_pid         1526 tools/perf/builtin-sched.c 	const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid");
next_pid         1564 tools/perf/builtin-sched.c 	sched_in = map__findnew_thread(sched, machine, -1, next_pid);
next_pid         1671 tools/perf/builtin-sched.c 	    next_pid = perf_evsel__intval(evsel, sample, "next_pid");
next_pid         1685 tools/perf/builtin-sched.c 	sched->curr_pid[this_cpu] = next_pid;
next_pid         2005 tools/perf/builtin-sched.c 	const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid");
next_pid         2042 tools/perf/builtin-sched.c 		snprintf(nstr, sizeof(nstr), "next: %s[%d]", next_comm, next_pid);
next_pid          440 tools/perf/builtin-timechart.c 			 int prev_pid, int next_pid, u64 prev_state,
next_pid          447 tools/perf/builtin-timechart.c 	p = find_create_pid(tchart, next_pid);
next_pid          455 tools/perf/builtin-timechart.c 			pid_put_sample(tchart, next_pid, p->current->state, cpu,
next_pid          626 tools/perf/builtin-timechart.c 	int next_pid = perf_evsel__intval(evsel, sample, "next_pid");
next_pid          629 tools/perf/builtin-timechart.c 	sched_switch(tchart, sample->cpu, sample->time, prev_pid, next_pid,
next_pid           49 tools/testing/selftests/bpf/progs/test_stacktrace_map.c 	int next_pid;
next_pid           15 tools/testing/selftests/bpf/progs/test_tracepoint.c 	int next_pid;