Searched refs:TRACE_NO_PIDS (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/kernel/trace/ |
| H A D | trace_events.c | 1175 if (type & TRACE_NO_PIDS) in __ftrace_clear_event_pids() 1184 if ((type & TRACE_NO_PIDS) && no_pid_list) in __ftrace_clear_event_pids() 1715 return __next(m, v, pos, TRACE_NO_PIDS); in np_next() 1753 return __start(m, pos, TRACE_NO_PIDS); in np_start() 2476 return event_pid_write(filp, ubuf, cnt, ppos, TRACE_NO_PIDS); in ftrace_event_npid_write() 2706 ftrace_clear_event_pids(tr, TRACE_NO_PIDS); in ftrace_event_set_npid_open() 4390 __ftrace_clear_event_pids(tr, TRACE_PIDS | TRACE_NO_PIDS); in event_trace_del_tracer()
|
| H A D | trace.h | 238 TRACE_NO_PIDS = BIT(1), enumerator 246 ((type & TRACE_NO_PIDS) && no_pid_list); in pid_type_enabled() 257 (!(type & TRACE_NO_PIDS) && no_pid_list); in still_need_pid_events()
|
| H A D | ftrace.c | 8187 if (type & TRACE_NO_PIDS) in clear_ftrace_pids() 8196 if ((type & TRACE_NO_PIDS) && no_pid_list) in clear_ftrace_pids() 8204 clear_ftrace_pids(tr, TRACE_PIDS | TRACE_NO_PIDS); in ftrace_clear_pids() 8331 case TRACE_NO_PIDS: in pid_open() 8361 return pid_open(inode, file, TRACE_NO_PIDS); in ftrace_no_pid_open() 8410 case TRACE_NO_PIDS: in pid_write() 8429 case TRACE_NO_PIDS: in pid_write() 8469 return pid_write(filp, ubuf, cnt, ppos, TRACE_NO_PIDS); in ftrace_no_pid_write()
|