Home
last modified time | relevance | path

Searched refs:TRACE_PIDS (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/trace/
H A Dtrace_events.c1185 if (type & TRACE_PIDS) in __ftrace_clear_event_pids()
1194 if ((type & TRACE_PIDS) && pid_list) in __ftrace_clear_event_pids()
1710 if (type == TRACE_PIDS) in __next()
1721 return __next(m, v, pos, TRACE_PIDS); in p_next()
1745 if (type == TRACE_PIDS) in __start()
1759 return __start(m, pos, TRACE_PIDS); in p_start()
2432 if (type == TRACE_PIDS) { in event_pid_write()
2448 if (type == TRACE_PIDS) in event_pid_write()
2480 return event_pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_event_pid_write()
2696 ftrace_clear_event_pids(tr, TRACE_PIDS); in ftrace_event_set_pid_open()
[all …]
H A Dtrace.h239 TRACE_PIDS = BIT(0), enumerator
247 return ((type & TRACE_PIDS) && pid_list) || in pid_type_enabled()
258 return (!(type & TRACE_PIDS) && pid_list) || in still_need_pid_events()
H A Dftrace.c8308 if (type & TRACE_PIDS) in clear_ftrace_pids()
8317 if ((type & TRACE_PIDS) && pid_list) in clear_ftrace_pids()
8328 clear_ftrace_pids(tr, TRACE_PIDS | TRACE_NO_PIDS); in ftrace_clear_pids()
8452 case TRACE_PIDS: in pid_open()
8479 return pid_open(inode, file, TRACE_PIDS); in ftrace_pid_open()
8528 case TRACE_PIDS: in pid_write()
8550 case TRACE_PIDS: in pid_write()
8586 return pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_pid_write()