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.h419 #define TPARG_FL_TEVENT BIT(3) macro
437 return !!(flags & TPARG_FL_TEVENT); in tparg_is_event_probe()
H A Dtrace_probe.c369 (ctx->flags & TPARG_FL_TEVENT)) { in parse_this_cpu()
749 !ctx->funcname && !(ctx->flags & TPARG_FL_TEVENT)) in parse_btf_arg()
1400 if (ctx->flags & TPARG_FL_TEVENT) { in parse_probe_vars()
1412 if (ctx->flags & TPARG_FL_TEVENT) in parse_probe_vars()
1465 if (ctx->flags & (TPARG_FL_TEVENT | TPARG_FL_FPROBE)) { in parse_probe_arg_register()
1618 if (ctx->flags & TPARG_FL_TEVENT) { in parse_probe_arg_default()
1888 if (!(ctx->flags & TPARG_FL_TEVENT) && in parse_probe_arg_type()
H A Dtrace_eprobe.c937 ctx->flags = TPARG_FL_KERNEL | TPARG_FL_TEVENT; in __trace_eprobe_create()