Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_events.c2407 struct trace_pid_list *other_pids = NULL; in event_pid_write() local
2424 other_pids = rcu_dereference_protected(tr->filtered_no_pids, in event_pid_write()
2429 other_pids = rcu_dereference_protected(tr->filtered_pids, in event_pid_write()
2449 } else if (pid_list && !other_pids) { in event_pid_write()
H A Dftrace.c8394 struct trace_pid_list *other_pids; in pid_write() local
8407 other_pids = rcu_dereference_protected(tr->function_no_pids, in pid_write()
8413 other_pids = rcu_dereference_protected(tr->function_pids, in pid_write()
8438 } else if (pid_list && !other_pids) { in pid_write()