Searched refs:TRACE_NO_PIDS (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/kernel/trace/ |
| D | trace_events.c | 673 if (type & TRACE_NO_PIDS) in __ftrace_clear_event_pids() 682 if ((type & TRACE_NO_PIDS) && no_pid_list) in __ftrace_clear_event_pids() 1084 return __next(m, v, pos, TRACE_NO_PIDS); in np_next() 1122 return __start(m, pos, TRACE_NO_PIDS); in np_start() 1793 return event_pid_write(filp, ubuf, cnt, ppos, TRACE_NO_PIDS); in ftrace_event_npid_write() 2011 ftrace_clear_event_pids(tr, TRACE_NO_PIDS); in ftrace_event_set_npid_open() 3336 __ftrace_clear_event_pids(tr, TRACE_PIDS | TRACE_NO_PIDS); in event_trace_del_tracer()
|
| D | trace.h | 216 TRACE_NO_PIDS = BIT(1), enumerator 224 ((type & TRACE_NO_PIDS) && no_pid_list); in pid_type_enabled() 235 (!(type & TRACE_NO_PIDS) && no_pid_list); in still_need_pid_events()
|
| D | ftrace.c | 7143 if (type & TRACE_NO_PIDS) in clear_ftrace_pids() 7152 if ((type & TRACE_NO_PIDS) && no_pid_list) in clear_ftrace_pids() 7160 clear_ftrace_pids(tr, TRACE_PIDS | TRACE_NO_PIDS); in ftrace_clear_pids() 7287 case TRACE_NO_PIDS: in pid_open() 7317 return pid_open(inode, file, TRACE_NO_PIDS); in ftrace_no_pid_open() 7366 case TRACE_NO_PIDS: in pid_write() 7386 case TRACE_NO_PIDS: in pid_write() 7429 return pid_write(filp, ubuf, cnt, ppos, TRACE_NO_PIDS); in ftrace_no_pid_write()
|