Searched refs:TRACE_PIDS (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/trace/ |
A D | trace_events.c | 878 if (type & TRACE_PIDS) in __ftrace_clear_event_pids() 887 if ((type & TRACE_PIDS) && pid_list) in __ftrace_clear_event_pids() 1275 if (type == TRACE_PIDS) in __next() 1286 return __next(m, v, pos, TRACE_PIDS); in p_next() 1310 if (type == TRACE_PIDS) in __start() 1324 return __start(m, pos, TRACE_PIDS); in p_start() 1943 if (type == TRACE_PIDS) { in event_pid_write() 1959 if (type == TRACE_PIDS) in event_pid_write() 1995 return event_pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_event_pid_write() 2199 ftrace_clear_event_pids(tr, TRACE_PIDS); in ftrace_event_set_pid_open() [all …]
|
A D | trace.h | 206 TRACE_PIDS = BIT(0), enumerator 214 return ((type & TRACE_PIDS) && pid_list) || in pid_type_enabled() 225 return (!(type & TRACE_PIDS) && pid_list) || in still_need_pid_events()
|
A D | ftrace.c | 7402 if (type & TRACE_PIDS) in clear_ftrace_pids() 7411 if ((type & TRACE_PIDS) && pid_list) in clear_ftrace_pids() 7422 clear_ftrace_pids(tr, TRACE_PIDS | TRACE_NO_PIDS); in ftrace_clear_pids() 7546 case TRACE_PIDS: in pid_open() 7573 return pid_open(inode, file, TRACE_PIDS); in ftrace_pid_open() 7622 case TRACE_PIDS: in pid_write() 7645 case TRACE_PIDS: in pid_write() 7684 return pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_pid_write()
|
Completed in 31 milliseconds