Home
last modified time | relevance | path

Searched refs:TPARG_FL_TPOINT (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
395 #define TPARG_FL_TPOINT BIT(6)
396 #define TPARG_FL_TPOINT global() macro
H A Dtrace_probe.c463 if (ctx->flags & TPARG_FL_TPOINT) { in query_btf_context()
661 if (ctx->flags & TPARG_FL_TPOINT) in parse_btf_arg()
967 if (ctx->flags & TPARG_FL_TPOINT) in NOKPROBE_SYMBOL()
H A Dtrace_fprobe.c1083 ctx.flags |= TPARG_FL_TPOINT; in __trace_fprobe_create()