Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_events.c626 struct trace_pid_list *no_pid_list; in trace_event_ignore_this_pid() local
632 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() local
1083 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_post() local
1097 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_wakeup_probe_pre() local
1115 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_wakeup_probe_post() local
1148 struct trace_pid_list *no_pid_list; in __ftrace_clear_event_pids() local
1184 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 …]
H A Dtrace.h242 struct trace_pid_list *no_pid_list) in pid_type_enabled() argument
246 ((type & TRACE_NO_PIDS) && no_pid_list); in pid_type_enabled()
250 struct trace_pid_list *no_pid_list) in still_need_pid_events() argument
257 (!(type & TRACE_NO_PIDS) && no_pid_list); in still_need_pid_events()
H A Dftrace.c8106 struct trace_pid_list *no_pid_list; in ftrace_filter_pid_sched_switch_probe() local
8109 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() local
8170 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 …]