Home
last modified time | relevance | path

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

/linux-6.15/kernel/trace/
H A Dtrace_events.c1172 if (type & TRACE_PIDS) in __ftrace_clear_event_pids()
1181 if ((type & TRACE_PIDS) && pid_list) in __ftrace_clear_event_pids()
1698 if (type == TRACE_PIDS) in __next()
1709 return __next(m, v, pos, TRACE_PIDS); in p_next()
1733 if (type == TRACE_PIDS) in __start()
1747 return __start(m, pos, TRACE_PIDS); in p_start()
2421 if (type == TRACE_PIDS) { in event_pid_write()
2437 if (type == TRACE_PIDS) in event_pid_write()
2469 return event_pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_event_pid_write()
2685 ftrace_clear_event_pids(tr, TRACE_PIDS); in ftrace_event_set_pid_open()
[all …]
H A Dtrace.h237 TRACE_PIDS = BIT(0), enumerator
245 return ((type & TRACE_PIDS) && pid_list) || in pid_type_enabled()
256 return (!(type & TRACE_PIDS) && pid_list) || in still_need_pid_events()
H A Dftrace.c8184 if (type & TRACE_PIDS) in clear_ftrace_pids()
8193 if ((type & TRACE_PIDS) && pid_list) in clear_ftrace_pids()
8204 clear_ftrace_pids(tr, TRACE_PIDS | TRACE_NO_PIDS); in ftrace_clear_pids()
8328 case TRACE_PIDS: in pid_open()
8355 return pid_open(inode, file, TRACE_PIDS); in ftrace_pid_open()
8404 case TRACE_PIDS: in pid_write()
8426 case TRACE_PIDS: in pid_write()
8462 return pid_write(filp, ubuf, cnt, ppos, TRACE_PIDS); in ftrace_pid_write()