Searched defs:next_pid (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ | 
| D | test_tracepoint.c | 15 	int next_pid;  member
 | 
| D | test_stacktrace_map.c | 49 	int next_pid;  member
 | 
| /Linux-v5.4/fs/f2fs/ | 
| D | trace.c | 153 	pid_t next_pid = 0;  in f2fs_destroy_trace_ios()  local
 | 
| /Linux-v5.4/samples/bpf/ | 
| D | offwaketime_kern.c | 114 	int next_pid;  member
 | 
| /Linux-v5.4/tools/perf/scripts/python/ | 
| D | sched-migration.py | 334 			 next_comm, next_pid, next_prio):  argument423 	next_comm, next_pid, next_prio):  argument
 
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-sched.c | 836 		  next_pid = perf_evsel__intval(evsel, sample, "next_pid");  in replay_switch_event()  local1107 		  next_pid = perf_evsel__intval(evsel, sample, "next_pid");  in latency_switch_event()  local
 1526 	const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid");  in map_switch_event()  local
 1671 	    next_pid = perf_evsel__intval(evsel, sample, "next_pid");  in process_sched_switch_event()  local
 2005 	const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid");  in timehist_print_sample()  local
 
 | 
| D | builtin-timechart.c | 440 			 int prev_pid, int next_pid, u64 prev_state,  in sched_switch()626 	int next_pid = perf_evsel__intval(evsel, sample, "next_pid");  in process_sample_sched_switch()  local
 
 |