Searched defs:next_pid (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tracepoint.c | 15 int next_pid; member
|
H A D | test_stacktrace_map.c | 49 int next_pid; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tracepoint.c | 15 int next_pid; member
|
H A D | test_stacktrace_map.c | 49 int next_pid; member
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | trace.c | 153 pid_t next_pid = 0; in f2fs_destroy_trace_ios() local
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | offwaketime_kern.c | 120 int next_pid; member
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-timechart.c | 626 int next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() local 439 sched_switch(struct timechart *tchart, int cpu, u64 timestamp, int prev_pid, int next_pid, u64 prev_state, const char *backtrace) sched_switch() argument
|
H A D | builtin-sched.c | 840 next_pid = evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local 1112 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local 1532 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local 1677 next_pid = evsel__intval(evsel, sample, "next_pid"); process_sched_switch_event() local 2010 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); timehist_print_sample() local [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-timechart.c | 648 int next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() local 458 sched_switch(struct timechart *tchart, int cpu, u64 timestamp, int prev_pid, int next_pid, u64 prev_state, const char *backtrace) sched_switch() argument
|
H A D | builtin-sched.c | 862 next_pid = evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local 1134 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local 1569 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local 1719 next_pid = evsel__intval(evsel, sample, "next_pid"); process_sched_switch_event() local 2057 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); timehist_print_sample() local [all...] |
Completed in 14 milliseconds