Searched refs:other_pids (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/trace/
H A Dtrace_events.c2001 struct trace_pid_list *other_pids = NULL; local
2018 other_pids = rcu_dereference_protected(tr->filtered_no_pids,
2023 other_pids = rcu_dereference_protected(tr->filtered_pids,
2043 } else if (pid_list && !other_pids) {
H A Dftrace.c7760 struct trace_pid_list *other_pids; local
7773 other_pids = rcu_dereference_protected(tr->function_no_pids,
7779 other_pids = rcu_dereference_protected(tr->function_pids,
7805 } else if (pid_list && !other_pids) {

Completed in 282 milliseconds