Searched refs:no_pid_list (Results 1 – 3 of 3) sorted by relevance
626 struct trace_pid_list *no_pid_list; in trace_event_ignore_this_pid() local632 if (!pid_list && !no_pid_list) in trace_event_ignore_this_pid()1057 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_pre() local1083 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_post() local1097 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_wakeup_probe_pre() local1115 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_wakeup_probe_post() local1148 struct trace_pid_list *no_pid_list; in __ftrace_clear_event_pids() local1184 if ((type & TRACE_NO_PIDS) && no_pid_list) in __ftrace_clear_event_pids()1185 trace_pid_list_free(no_pid_list); in __ftrace_clear_event_pids()2356 struct trace_pid_list *no_pid_list; in ignore_task_cpu() local[all …]
242 struct trace_pid_list *no_pid_list) in pid_type_enabled() argument246 ((type & TRACE_NO_PIDS) && no_pid_list); in pid_type_enabled()250 struct trace_pid_list *no_pid_list) in still_need_pid_events() argument257 (!(type & TRACE_NO_PIDS) && no_pid_list); in still_need_pid_events()
8106 struct trace_pid_list *no_pid_list; in ftrace_filter_pid_sched_switch_probe() local8109 no_pid_list = rcu_dereference_sched(tr->function_no_pids); in ftrace_filter_pid_sched_switch_probe()8111 if (trace_ignore_this_task(pid_list, no_pid_list, next)) in ftrace_filter_pid_sched_switch_probe()8165 struct trace_pid_list *no_pid_list; in clear_ftrace_pids() local8170 no_pid_list = rcu_dereference_protected(tr->function_no_pids, in clear_ftrace_pids()8174 if (!pid_type_enabled(type, pid_list, no_pid_list)) in clear_ftrace_pids()8178 if (!still_need_pid_events(type, pid_list, no_pid_list)) { in clear_ftrace_pids()8196 if ((type & TRACE_NO_PIDS) && no_pid_list) in clear_ftrace_pids()8197 trace_pid_list_free(no_pid_list); in clear_ftrace_pids()8368 struct trace_pid_list *no_pid_list; in ignore_task_cpu() local[all …]