Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsyscalls.h197 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event() function
206 static inline int is_syscall_trace_event(struct trace_event_call *tp_event) in is_syscall_trace_event() function
/linux-6.6.21/kernel/trace/
Dbpf_trace.c2407 is_syscall_tp = is_syscall_trace_event(event->tp_event); in bpf_get_perf_event_info()
/linux-6.6.21/kernel/events/
Dcore.c10530 is_syscall_tp = is_syscall_trace_event(event->tp_event); in perf_event_set_bpf_prog()