Searched refs:no_pid_list (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_events.c | 662 struct trace_pid_list *no_pid_list; in trace_event_ignore_this_pid() local 666 no_pid_list = rcu_dereference_raw(tr->filtered_no_pids); in trace_event_ignore_this_pid() 668 if (!pid_list && !no_pid_list) in trace_event_ignore_this_pid() 1115 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_pre() local 1120 no_pid_list = rcu_dereference_sched(tr->filtered_no_pids); in event_filter_pid_sched_switch_probe_pre() 1126 ret = trace_ignore_this_task(NULL, no_pid_list, prev) && in event_filter_pid_sched_switch_probe_pre() 1127 trace_ignore_this_task(NULL, no_pid_list, next); in event_filter_pid_sched_switch_probe_pre() 1141 struct trace_pid_list *no_pid_list; in event_filter_pid_sched_switch_probe_post() local 1145 no_pid_list = rcu_dereference_sched(tr->filtered_no_pids); in event_filter_pid_sched_switch_probe_post() 1148 trace_ignore_this_task(pid_list, no_pid_list, next)); in event_filter_pid_sched_switch_probe_post() [all …]
|
| H A D | trace.h | 247 struct trace_pid_list *no_pid_list) in pid_type_enabled() argument 251 ((type & TRACE_NO_PIDS) && no_pid_list); in pid_type_enabled() 255 struct trace_pid_list *no_pid_list) in still_need_pid_events() argument 262 (!(type & TRACE_NO_PIDS) && no_pid_list); in still_need_pid_events()
|
| H A D | ftrace.c | 8648 struct trace_pid_list *no_pid_list; in ftrace_filter_pid_sched_switch_probe() local 8651 no_pid_list = rcu_dereference_sched(tr->function_no_pids); in ftrace_filter_pid_sched_switch_probe() 8653 if (trace_ignore_this_task(pid_list, no_pid_list, next)) in ftrace_filter_pid_sched_switch_probe() 8709 struct trace_pid_list *no_pid_list; in clear_ftrace_pids() local 8714 no_pid_list = rcu_dereference_protected(tr->function_no_pids, in clear_ftrace_pids() 8718 if (!pid_type_enabled(type, pid_list, no_pid_list)) in clear_ftrace_pids() 8722 if (!still_need_pid_events(type, pid_list, no_pid_list)) { in clear_ftrace_pids() 8740 if ((type & TRACE_NO_PIDS) && no_pid_list) in clear_ftrace_pids() 8741 trace_pid_list_free(no_pid_list); in clear_ftrace_pids() 8912 struct trace_pid_list *no_pid_list; in ignore_task_cpu() local [all …]
|