Searched refs:TPARG_FL_KERNEL (Results 1 – 5 of 5) sorted by relevance
398 #define TPARG_FL_KERNEL BIT(1) macro408 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()
976 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()
934 ctx->flags = TPARG_FL_KERNEL | TPARG_FL_TEVENT; in __trace_eprobe_create()
1410 ctx->flags = TPARG_FL_KERNEL | TPARG_FL_FPROBE; in trace_fprobe_create_cb()
1087 ctx->flags = TPARG_FL_KERNEL; in trace_kprobe_create_cb()