Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dtrace_probe.h386 * TPARG_FL_FPROBE and TPARG_FL_TPOINT are optional but it should be with
394 #define TPARG_FL_FPROBE BIT(5)
395 #define TPARG_FL_FPROBE global() macro
H A Dtrace_fprobe.c1002 .flags = TPARG_FL_KERNEL | TPARG_FL_FPROBE, in __trace_fprobe_create()
H A Dtrace_probe.c1034 if (ctx->flags & (TPARG_FL_TEVENT | TPARG_FL_FPROBE)) { in parse_probe_arg()