Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_probe.h400 #define TPARG_FL_TEVENT BIT(3) macro
H A Dtrace_probe.c956 if (ctx->flags & TPARG_FL_TEVENT) { in NOKPROBE_SYMBOL()
1101 if (ctx->flags & (TPARG_FL_TEVENT | TPARG_FL_FPROBE)) { in parse_probe_arg()
1333 if (!(ctx->flags & TPARG_FL_TEVENT) && in parse_probe_arg_type()
H A Dtrace_eprobe.c934 ctx->flags = TPARG_FL_KERNEL | TPARG_FL_TEVENT; in __trace_eprobe_create()