Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_events.c447 struct trace_pid_list *no_pid_list; in trace_event_ignore_this_pid() local
453 if (!pid_list && !no_pid_list) in trace_event_ignore_this_pid()
765 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_pre() local
789 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_post() local
803 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_wakeup_probe_pre() local
821 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_wakeup_probe_post() local
854 struct trace_pid_list *no_pid_list; in __ftrace_clear_event_pids() local
890 if ((type & TRACE_NO_PIDS) && no_pid_list) in __ftrace_clear_event_pids()
891 trace_pid_list_free(no_pid_list); in __ftrace_clear_event_pids()
1878 struct trace_pid_list *no_pid_list; in ignore_task_cpu() local
[all …]
A Dtrace.h211 struct trace_pid_list *no_pid_list) in pid_type_enabled() argument
215 ((type & TRACE_NO_PIDS) && no_pid_list); in pid_type_enabled()
219 struct trace_pid_list *no_pid_list) in still_need_pid_events() argument
226 (!(type & TRACE_NO_PIDS) && no_pid_list); in still_need_pid_events()
A Dftrace.c7324 struct trace_pid_list *no_pid_list; in ftrace_filter_pid_sched_switch_probe() local
7327 no_pid_list = rcu_dereference_sched(tr->function_no_pids); in ftrace_filter_pid_sched_switch_probe()
7329 if (trace_ignore_this_task(pid_list, no_pid_list, next)) in ftrace_filter_pid_sched_switch_probe()
7383 struct trace_pid_list *no_pid_list; in clear_ftrace_pids() local
7388 no_pid_list = rcu_dereference_protected(tr->function_no_pids, in clear_ftrace_pids()
7392 if (!pid_type_enabled(type, pid_list, no_pid_list)) in clear_ftrace_pids()
7396 if (!still_need_pid_events(type, pid_list, no_pid_list)) { in clear_ftrace_pids()
7414 if ((type & TRACE_NO_PIDS) && no_pid_list) in clear_ftrace_pids()
7415 trace_pid_list_free(no_pid_list); in clear_ftrace_pids()
7586 struct trace_pid_list *no_pid_list; in ignore_task_cpu() local
[all …]

Completed in 30 milliseconds