Searched refs:no_pid_list (Results 1 – 3 of 3) sorted by relevance
447 struct trace_pid_list *no_pid_list; in trace_event_ignore_this_pid() local453 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() local789 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_post() local803 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_wakeup_probe_pre() local821 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_wakeup_probe_post() local854 struct trace_pid_list *no_pid_list; in __ftrace_clear_event_pids() local890 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 …]
211 struct trace_pid_list *no_pid_list) in pid_type_enabled() argument215 ((type & TRACE_NO_PIDS) && no_pid_list); in pid_type_enabled()219 struct trace_pid_list *no_pid_list) in still_need_pid_events() argument226 (!(type & TRACE_NO_PIDS) && no_pid_list); in still_need_pid_events()
7324 struct trace_pid_list *no_pid_list; in ftrace_filter_pid_sched_switch_probe() local7327 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() local7388 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