Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dtrace_probe.h376 #define TPARG_FL_TPOINT BIT(6) macro
Dtrace_probe.c463 if (ctx->flags & TPARG_FL_TPOINT) { in query_btf_context()
658 if (ctx->flags & TPARG_FL_TPOINT) in parse_btf_arg()
849 if (ctx->flags & TPARG_FL_TPOINT) in parse_probe_vars()
Dtrace_fprobe.c1062 ctx.flags |= TPARG_FL_TPOINT; in __trace_fprobe_create()