Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_events.c909 if (type & TRACE_PIDS) in __ftrace_clear_event_pids()
918 if ((type & TRACE_PIDS) && pid_list) in __ftrace_clear_event_pids()
1315 if (type == TRACE_PIDS) in __next()
1326 return __next(m, v, pos, TRACE_PIDS); in p_next()
1350 if (type == TRACE_PIDS) in __start()
1364 return __start(m, pos, TRACE_PIDS); in p_start()
1989 if (type == TRACE_PIDS) { in event_pid_write()
2005 if (type == TRACE_PIDS) in event_pid_write()
2041 return event_pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_event_pid_write()
2249 ftrace_clear_event_pids(tr, TRACE_PIDS); in ftrace_event_set_pid_open()
[all …]
H A Dtrace.h235 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()
H A Dftrace.c7554 if (type & TRACE_PIDS) in clear_ftrace_pids()
7563 if ((type & TRACE_PIDS) && pid_list) in clear_ftrace_pids()
7574 clear_ftrace_pids(tr, TRACE_PIDS | TRACE_NO_PIDS); in ftrace_clear_pids()
7698 case TRACE_PIDS: in pid_open()
7725 return pid_open(inode, file, TRACE_PIDS); in ftrace_pid_open()
7774 case TRACE_PIDS: in pid_write()
7797 case TRACE_PIDS: in pid_write()
7836 return pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_pid_write()