Searched refs:TRACE_PIDS (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_events.c | 671 if (type & TRACE_PIDS) in __ftrace_clear_event_pids() 680 if ((type & TRACE_PIDS) && pid_list) in __ftrace_clear_event_pids() 1068 if (type == TRACE_PIDS) in __next() 1079 return __next(m, v, pos, TRACE_PIDS); in p_next() 1103 if (type == TRACE_PIDS) in __start() 1117 return __start(m, pos, TRACE_PIDS); in p_start() 1736 if (type == TRACE_PIDS) { in event_pid_write() 1752 if (type == TRACE_PIDS) in event_pid_write() 1788 return event_pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_event_pid_write() 1992 ftrace_clear_event_pids(tr, TRACE_PIDS); in ftrace_event_set_pid_open() [all …]
|
| H A D | trace.h | 215 TRACE_PIDS = BIT(0), enumerator 223 return ((type & TRACE_PIDS) && pid_list) || in pid_type_enabled() 234 return (!(type & TRACE_PIDS) && pid_list) || in still_need_pid_events()
|
| H A D | ftrace.c | 7189 if (type & TRACE_PIDS) in clear_ftrace_pids() 7198 if ((type & TRACE_PIDS) && pid_list) in clear_ftrace_pids() 7209 clear_ftrace_pids(tr, TRACE_PIDS | TRACE_NO_PIDS); in ftrace_clear_pids() 7333 case TRACE_PIDS: in pid_open() 7360 return pid_open(inode, file, TRACE_PIDS); in ftrace_pid_open() 7409 case TRACE_PIDS: in pid_write() 7432 case TRACE_PIDS: in pid_write() 7471 return pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_pid_write()
|