Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dtrace_events.c1973 struct trace_pid_list *other_pids = NULL; in event_pid_write() local
1990 other_pids = rcu_dereference_protected(tr->filtered_no_pids, in event_pid_write()
1995 other_pids = rcu_dereference_protected(tr->filtered_pids, in event_pid_write()
2015 } else if (pid_list && !other_pids) { in event_pid_write()
Dftrace.c7757 struct trace_pid_list *other_pids; in pid_write() local
7770 other_pids = rcu_dereference_protected(tr->function_no_pids, in pid_write()
7776 other_pids = rcu_dereference_protected(tr->function_pids, in pid_write()
7802 } else if (pid_list && !other_pids) { in pid_write()