Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_probe.h392 #define TPARG_FL_FENTRY BIT(2) macro
401 return (flags & TPARG_FL_LOC_MASK) == (TPARG_FL_KERNEL | TPARG_FL_FENTRY); in tparg_is_function_entry()
H A Dtrace_fprobe.c1078 ctx.flags |= TPARG_FL_FENTRY; in __trace_fprobe_create()
H A Dtrace_kprobe.c869 ctx.flags |= TPARG_FL_FENTRY; in __trace_kprobe_create()