Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events.c248 return data->ignore_pid; in trace_event_ignore_this_pid()
572 this_cpu_write(tr->array_buffer.data->ignore_pid, ret || in event_filter_pid_sched_switch_probe_pre()
588 this_cpu_write(tr->array_buffer.data->ignore_pid, in event_filter_pid_sched_switch_probe_post()
600 if (!this_cpu_read(tr->array_buffer.data->ignore_pid)) in event_filter_pid_sched_wakeup_probe_pre()
606 this_cpu_write(tr->array_buffer.data->ignore_pid, in event_filter_pid_sched_wakeup_probe_pre()
618 if (this_cpu_read(tr->array_buffer.data->ignore_pid)) in event_filter_pid_sched_wakeup_probe_post()
625 this_cpu_write(tr->array_buffer.data->ignore_pid, in event_filter_pid_sched_wakeup_probe_post()
668 per_cpu_ptr(tr->array_buffer.data, cpu)->ignore_pid = false; in __ftrace_clear_event_pids()
1682 this_cpu_write(tr->array_buffer.data->ignore_pid, in ignore_task_cpu()
H A Dtrace.h188 bool ignore_pid; member
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Devsel.c1617 pid_t ignore_pid = perf_thread_map__pid(threads, thread); in ignore_missing_thread() local
1645 ignore_pid); in ignore_missing_thread()