Searched defs:prev_pid (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tracepoint.c11 int prev_pid; member in struct:sched_switch_args
H A Dtest_stacktrace_map.c45 int prev_pid; member in struct:sched_switch_args
/linux-master/tools/perf/util/
H A Dthread_map.c188 pid_t pid, prev_pid = INT_MAX; local
/linux-master/kernel/trace/
H A Dtrace_functions_graph.c391 pid_t prev_pid; local
/linux-master/tools/perf/
H A Dbuiltin-timechart.c647 int prev_pid = evsel__intval(evsel, sample, "prev_pid"); local
458 sched_switch(struct timechart *tchart, int cpu, u64 timestamp, int prev_pid, int next_pid, u64 prev_state, const char *backtrace) argument
H A Dbuiltin-sched.c843 const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"), local
1108 const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"), local
1693 u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"), local
[all...]

Completed in 323 milliseconds