Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events.c237 struct trace_pid_list *no_pid_list; in trace_event_ignore_this_pid() local
241 no_pid_list = rcu_dereference_raw(tr->filtered_no_pids); in trace_event_ignore_this_pid()
243 if (!pid_list && !no_pid_list) in trace_event_ignore_this_pid()
558 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_pre() local
563 no_pid_list = rcu_dereference_sched(tr->filtered_no_pids); in event_filter_pid_sched_switch_probe_pre()
569 ret = trace_ignore_this_task(NULL, no_pid_list, prev) && in event_filter_pid_sched_switch_probe_pre()
570 trace_ignore_this_task(NULL, no_pid_list, next); in event_filter_pid_sched_switch_probe_pre()
582 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_post() local
586 no_pid_list = rcu_dereference_sched(tr->filtered_no_pids); in event_filter_pid_sched_switch_probe_post()
589 trace_ignore_this_task(pid_list, no_pid_list, next)); in event_filter_pid_sched_switch_probe_post()
[all …]
H A Dtrace.h220 struct trace_pid_list *no_pid_list) in pid_type_enabled() argument
224 ((type & TRACE_NO_PIDS) && no_pid_list); in pid_type_enabled()
228 struct trace_pid_list *no_pid_list) in still_need_pid_events() argument
235 (!(type & TRACE_NO_PIDS) && no_pid_list); in still_need_pid_events()
H A Dftrace.c7111 struct trace_pid_list *no_pid_list; in ftrace_filter_pid_sched_switch_probe() local
7114 no_pid_list = rcu_dereference_sched(tr->function_no_pids); in ftrace_filter_pid_sched_switch_probe()
7116 if (trace_ignore_this_task(pid_list, no_pid_list, next)) in ftrace_filter_pid_sched_switch_probe()
7170 struct trace_pid_list *no_pid_list; in clear_ftrace_pids() local
7175 no_pid_list = rcu_dereference_protected(tr->function_no_pids, in clear_ftrace_pids()
7179 if (!pid_type_enabled(type, pid_list, no_pid_list)) in clear_ftrace_pids()
7183 if (!still_need_pid_events(type, pid_list, no_pid_list)) { in clear_ftrace_pids()
7201 if ((type & TRACE_NO_PIDS) && no_pid_list) in clear_ftrace_pids()
7202 trace_free_pid_list(no_pid_list); in clear_ftrace_pids()
7373 struct trace_pid_list *no_pid_list; in ignore_task_cpu() local
[all …]