Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dtrace_events.c912 if (type & TRACE_NO_PIDS) in __ftrace_clear_event_pids()
921 if ((type & TRACE_NO_PIDS) && no_pid_list) in __ftrace_clear_event_pids()
1310 return __next(m, v, pos, TRACE_NO_PIDS); in np_next()
1348 return __start(m, pos, TRACE_NO_PIDS); in np_start()
2024 return event_pid_write(filp, ubuf, cnt, ppos, TRACE_NO_PIDS); in ftrace_event_npid_write()
2244 ftrace_clear_event_pids(tr, TRACE_NO_PIDS); in ftrace_event_set_npid_open()
3740 __ftrace_clear_event_pids(tr, TRACE_PIDS | TRACE_NO_PIDS); in event_trace_del_tracer()
Dtrace.h236 TRACE_NO_PIDS = BIT(1), enumerator
244 ((type & TRACE_NO_PIDS) && no_pid_list); in pid_type_enabled()
255 (!(type & TRACE_NO_PIDS) && no_pid_list); in still_need_pid_events()
Dftrace.c7546 if (type & TRACE_NO_PIDS) in clear_ftrace_pids()
7555 if ((type & TRACE_NO_PIDS) && no_pid_list) in clear_ftrace_pids()
7563 clear_ftrace_pids(tr, TRACE_PIDS | TRACE_NO_PIDS); in ftrace_clear_pids()
7690 case TRACE_NO_PIDS: in pid_open()
7720 return pid_open(inode, file, TRACE_NO_PIDS); in ftrace_no_pid_open()
7769 case TRACE_NO_PIDS: in pid_write()
7789 case TRACE_NO_PIDS: in pid_write()
7832 return pid_write(filp, ubuf, cnt, ppos, TRACE_NO_PIDS); in ftrace_no_pid_write()