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.h372 #define TPARG_FL_FENTRY BIT(2) macro
381 return (flags & TPARG_FL_LOC_MASK) == (TPARG_FL_KERNEL | TPARG_FL_FENTRY); in tparg_is_function_entry()
H A Dtrace_fprobe.c1060 ctx.flags |= TPARG_FL_FENTRY; in __trace_fprobe_create()
H A Dtrace_kprobe.c866 ctx.flags |= TPARG_FL_FENTRY; in __trace_kprobe_create()