Home
last modified time | relevance | path

Searched refs:TPARG_FL_KERNEL (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/trace/
H A Dtrace_probe.h398 #define TPARG_FL_KERNEL BIT(1) macro
408 return (flags & TPARG_FL_LOC_MASK) == (TPARG_FL_KERNEL | TPARG_FL_FENTRY); in tparg_is_function_entry()
413 return (flags & TPARG_FL_LOC_MASK) == (TPARG_FL_KERNEL | TPARG_FL_RETURN); in tparg_is_function_return()
H A Dtrace_probe.c976 if (!(ctx->flags & TPARG_FL_KERNEL) || in NOKPROBE_SYMBOL()
997 if ((ctx->flags & TPARG_FL_KERNEL) && in NOKPROBE_SYMBOL()
1127 if (ctx->flags & TPARG_FL_KERNEL) { in parse_probe_arg()
1141 if (!(ctx->flags & TPARG_FL_KERNEL)) { in parse_probe_arg()
H A Dtrace_eprobe.c934 ctx->flags = TPARG_FL_KERNEL | TPARG_FL_TEVENT; in __trace_eprobe_create()
H A Dtrace_fprobe.c1410 ctx->flags = TPARG_FL_KERNEL | TPARG_FL_FPROBE; in trace_fprobe_create_cb()
H A Dtrace_kprobe.c1087 ctx->flags = TPARG_FL_KERNEL; in trace_kprobe_create_cb()