Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events.c1722 struct trace_pid_list *other_pids = NULL; in event_pid_write() local
1739 other_pids = rcu_dereference_protected(tr->filtered_no_pids, in event_pid_write()
1744 other_pids = rcu_dereference_protected(tr->filtered_pids, in event_pid_write()
1764 } else if (pid_list && !other_pids) { in event_pid_write()
H A Dftrace.c7399 struct trace_pid_list *other_pids; in pid_write() local
7412 other_pids = rcu_dereference_protected(tr->function_no_pids, in pid_write()
7418 other_pids = rcu_dereference_protected(tr->function_pids, in pid_write()
7444 } else if (pid_list && !other_pids) { in pid_write()