Home
last modified time | relevance | path

Searched refs:no_pid_list (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/trace/
H A Dtrace_events.c619 struct trace_pid_list *no_pid_list; in trace_event_ignore_this_pid() local
623 no_pid_list = rcu_dereference_raw(tr->filtered_no_pids); in trace_event_ignore_this_pid()
625 if (!pid_list && !no_pid_list) in trace_event_ignore_this_pid()
1048 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_pre() local
1053 no_pid_list = rcu_dereference_sched(tr->filtered_no_pids); in event_filter_pid_sched_switch_probe_pre()
1059 ret = trace_ignore_this_task(NULL, no_pid_list, prev) && in event_filter_pid_sched_switch_probe_pre()
1060 trace_ignore_this_task(NULL, no_pid_list, next); in event_filter_pid_sched_switch_probe_pre()
1074 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_post() local
1078 no_pid_list = rcu_dereference_sched(tr->filtered_no_pids); in event_filter_pid_sched_switch_probe_post()
1081 trace_ignore_this_task(pid_list, no_pid_list, next)); in event_filter_pid_sched_switch_probe_post()
[all …]
H A Dtrace.h241 struct trace_pid_list *no_pid_list) in pid_type_enabled() argument
245 ((type & TRACE_NO_PIDS) && no_pid_list); in pid_type_enabled()
249 struct trace_pid_list *no_pid_list) in still_need_pid_events() argument
256 (!(type & TRACE_NO_PIDS) && no_pid_list); in still_need_pid_events()
H A Dftrace.c8007 struct trace_pid_list *no_pid_list; in ftrace_filter_pid_sched_switch_probe() local
8010 no_pid_list = rcu_dereference_sched(tr->function_no_pids); in ftrace_filter_pid_sched_switch_probe()
8012 if (trace_ignore_this_task(pid_list, no_pid_list, next)) in ftrace_filter_pid_sched_switch_probe()
8066 struct trace_pid_list *no_pid_list; in clear_ftrace_pids() local
8071 no_pid_list = rcu_dereference_protected(tr->function_no_pids, in clear_ftrace_pids()
8075 if (!pid_type_enabled(type, pid_list, no_pid_list)) in clear_ftrace_pids()
8079 if (!still_need_pid_events(type, pid_list, no_pid_list)) { in clear_ftrace_pids()
8097 if ((type & TRACE_NO_PIDS) && no_pid_list) in clear_ftrace_pids()
8098 trace_pid_list_free(no_pid_list); in clear_ftrace_pids()
8269 struct trace_pid_list *no_pid_list; in ignore_task_cpu() local
[all …]