Searched refs:no_pid_list (Results 1 - 3 of 3) sorted by path

/linux-master/kernel/trace/
H A Dftrace.c7473 struct trace_pid_list *no_pid_list; local
7476 no_pid_list = rcu_dereference_sched(tr->function_no_pids);
7478 if (trace_ignore_this_task(pid_list, no_pid_list, next))
7532 struct trace_pid_list *no_pid_list; local
7537 no_pid_list = rcu_dereference_protected(tr->function_no_pids,
7541 if (!pid_type_enabled(type, pid_list, no_pid_list))
7545 if (!still_need_pid_events(type, pid_list, no_pid_list)) {
7563 if ((type & TRACE_NO_PIDS) && no_pid_list)
7564 trace_pid_list_free(no_pid_list);
7735 struct trace_pid_list *no_pid_list; local
[all...]
H A Dtrace.h240 struct trace_pid_list *no_pid_list)
244 ((type & TRACE_NO_PIDS) && no_pid_list);
248 struct trace_pid_list *no_pid_list)
255 (!(type & TRACE_NO_PIDS) && no_pid_list);
239 pid_type_enabled(int type, struct trace_pid_list *pid_list, struct trace_pid_list *no_pid_list) argument
247 still_need_pid_events(int type, struct trace_pid_list *pid_list, struct trace_pid_list *no_pid_list) argument
H A Dtrace_events.c480 struct trace_pid_list *no_pid_list; local
484 no_pid_list = rcu_dereference_raw(tr->filtered_no_pids);
486 if (!pid_list && !no_pid_list)
794 struct trace_pid_list *no_pid_list; local
799 no_pid_list = rcu_dereference_sched(tr->filtered_no_pids);
805 ret = trace_ignore_this_task(NULL, no_pid_list, prev) &&
806 trace_ignore_this_task(NULL, no_pid_list, next);
820 struct trace_pid_list *no_pid_list; local
824 no_pid_list = rcu_dereference_sched(tr->filtered_no_pids);
827 trace_ignore_this_task(pid_list, no_pid_list, nex
834 struct trace_pid_list *no_pid_list; local
852 struct trace_pid_list *no_pid_list; local
885 struct trace_pid_list *no_pid_list; local
1950 struct trace_pid_list *no_pid_list; local
2972 struct trace_pid_list *no_pid_list; local
[all...]

Completed in 320 milliseconds