Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/trace/
Dtrace_events.c898 if (type & TRACE_PIDS) in __ftrace_clear_event_pids()
907 if ((type & TRACE_PIDS) && pid_list) in __ftrace_clear_event_pids()
1295 if (type == TRACE_PIDS) in __next()
1306 return __next(m, v, pos, TRACE_PIDS); in p_next()
1330 if (type == TRACE_PIDS) in __start()
1344 return __start(m, pos, TRACE_PIDS); in p_start()
1962 if (type == TRACE_PIDS) { in event_pid_write()
1978 if (type == TRACE_PIDS) in event_pid_write()
2014 return event_pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_event_pid_write()
2218 ftrace_clear_event_pids(tr, TRACE_PIDS); in ftrace_event_set_pid_open()
[all …]
Dtrace.h208 TRACE_PIDS = BIT(0), enumerator
216 return ((type & TRACE_PIDS) && pid_list) || in pid_type_enabled()
227 return (!(type & TRACE_PIDS) && pid_list) || in still_need_pid_events()
Dftrace.c7702 if (type & TRACE_PIDS) in clear_ftrace_pids()
7711 if ((type & TRACE_PIDS) && pid_list) in clear_ftrace_pids()
7722 clear_ftrace_pids(tr, TRACE_PIDS | TRACE_NO_PIDS); in ftrace_clear_pids()
7846 case TRACE_PIDS: in pid_open()
7873 return pid_open(inode, file, TRACE_PIDS); in ftrace_pid_open()
7922 case TRACE_PIDS: in pid_write()
7945 case TRACE_PIDS: in pid_write()
7984 return pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_pid_write()