Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtrace_probe.h387 * TPARG_FL_RETURN, TPARG_FL_FENTRY and TPARG_FL_TEVENT are mutually exclusive.
395 #define TPARG_FL_TEVENT BIT(3) macro
H A Dtrace_probe.c955 if (ctx->flags & TPARG_FL_TEVENT) { in NOKPROBE_SYMBOL()
1100 if (ctx->flags & (TPARG_FL_TEVENT | TPARG_FL_FPROBE)) { in parse_probe_arg()
1332 if (!(ctx->flags & TPARG_FL_TEVENT) && in parse_probe_arg_type()