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

/linux-master/kernel/trace/
H A Dtrace_events.c909 if (type & TRACE_PIDS)
918 if ((type & TRACE_PIDS) && pid_list)
1315 if (type == TRACE_PIDS)
1326 return __next(m, v, pos, TRACE_PIDS);
1350 if (type == TRACE_PIDS)
1364 return __start(m, pos, TRACE_PIDS);
2015 if (type == TRACE_PIDS) {
2031 if (type == TRACE_PIDS)
2067 return event_pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS);
2283 ftrace_clear_event_pids(tr, TRACE_PIDS);
[all...]
H A Dtrace.h235 TRACE_PIDS = BIT(0), enumerator in enum:__anon205
243 return ((type & TRACE_PIDS) && pid_list) ||
254 return (!(type & TRACE_PIDS) && pid_list) ||
H A Dftrace.c7550 if (type & TRACE_PIDS)
7559 if ((type & TRACE_PIDS) && pid_list)
7570 clear_ftrace_pids(tr, TRACE_PIDS | TRACE_NO_PIDS);
7694 case TRACE_PIDS:
7721 return pid_open(inode, file, TRACE_PIDS);
7770 case TRACE_PIDS:
7793 case TRACE_PIDS:
7832 return pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS);

Completed in 204 milliseconds