Searched refs:TRACE_PIDS (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/kernel/trace/ |
| D | trace_events.c | 909 if (type & TRACE_PIDS) in __ftrace_clear_event_pids() 918 if ((type & TRACE_PIDS) && pid_list) in __ftrace_clear_event_pids() 1293 if (type == TRACE_PIDS) in __next() 1304 return __next(m, v, pos, TRACE_PIDS); in p_next() 1328 if (type == TRACE_PIDS) in __start() 1342 return __start(m, pos, TRACE_PIDS); in p_start() 1965 if (type == TRACE_PIDS) { in event_pid_write() 1981 if (type == TRACE_PIDS) in event_pid_write() 2017 return event_pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_event_pid_write() 2223 ftrace_clear_event_pids(tr, TRACE_PIDS); in ftrace_event_set_pid_open() [all …]
|
| D | trace.h | 235 TRACE_PIDS = BIT(0), enumerator 243 return ((type & TRACE_PIDS) && pid_list) || in pid_type_enabled() 254 return (!(type & TRACE_PIDS) && pid_list) || in still_need_pid_events()
|
| D | ftrace.c | 7543 if (type & TRACE_PIDS) in clear_ftrace_pids() 7552 if ((type & TRACE_PIDS) && pid_list) in clear_ftrace_pids() 7563 clear_ftrace_pids(tr, TRACE_PIDS | TRACE_NO_PIDS); in ftrace_clear_pids() 7687 case TRACE_PIDS: in pid_open() 7714 return pid_open(inode, file, TRACE_PIDS); in ftrace_pid_open() 7763 case TRACE_PIDS: in pid_write() 7786 case TRACE_PIDS: in pid_write() 7825 return pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_pid_write()
|