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.c635 struct trace_pid_list *no_pid_list; in trace_event_ignore_this_pid() local
639 no_pid_list = rcu_dereference_raw(tr->filtered_no_pids); in trace_event_ignore_this_pid()
641 if (!pid_list && !no_pid_list) in trace_event_ignore_this_pid()
1088 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_pre() local
1093 no_pid_list = rcu_dereference_sched(tr->filtered_no_pids); in event_filter_pid_sched_switch_probe_pre()
1099 ret = trace_ignore_this_task(NULL, no_pid_list, prev) && in event_filter_pid_sched_switch_probe_pre()
1100 trace_ignore_this_task(NULL, no_pid_list, next); in event_filter_pid_sched_switch_probe_pre()
1114 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_post() local
1118 no_pid_list = rcu_dereference_sched(tr->filtered_no_pids); in event_filter_pid_sched_switch_probe_post()
1121 trace_ignore_this_task(pid_list, no_pid_list, next)); in event_filter_pid_sched_switch_probe_post()
[all …]
H A Dtrace.h247 struct trace_pid_list *no_pid_list) in pid_type_enabled() argument
251 ((type & TRACE_NO_PIDS) && no_pid_list); in pid_type_enabled()
255 struct trace_pid_list *no_pid_list) in still_need_pid_events() argument
262 (!(type & TRACE_NO_PIDS) && no_pid_list); in still_need_pid_events()
H A Dftrace.c8595 struct trace_pid_list *no_pid_list; in ftrace_filter_pid_sched_switch_probe() local
8598 no_pid_list = rcu_dereference_sched(tr->function_no_pids); in ftrace_filter_pid_sched_switch_probe()
8600 if (trace_ignore_this_task(pid_list, no_pid_list, next)) in ftrace_filter_pid_sched_switch_probe()
8656 struct trace_pid_list *no_pid_list; in clear_ftrace_pids() local
8661 no_pid_list = rcu_dereference_protected(tr->function_no_pids, in clear_ftrace_pids()
8665 if (!pid_type_enabled(type, pid_list, no_pid_list)) in clear_ftrace_pids()
8669 if (!still_need_pid_events(type, pid_list, no_pid_list)) { in clear_ftrace_pids()
8687 if ((type & TRACE_NO_PIDS) && no_pid_list) in clear_ftrace_pids()
8688 trace_pid_list_free(no_pid_list); in clear_ftrace_pids()
8859 struct trace_pid_list *no_pid_list; in ignore_task_cpu() local
[all …]