Searched refs:TPARG_FL_KERNEL (Results 1 – 5 of 5) sorted by relevance
417 #define TPARG_FL_KERNEL BIT(1) macro427 return (flags & TPARG_FL_LOC_MASK) == (TPARG_FL_KERNEL | TPARG_FL_FENTRY); in tparg_is_function_entry()432 return (flags & TPARG_FL_LOC_MASK) == (TPARG_FL_KERNEL | TPARG_FL_RETURN); in tparg_is_function_return()
368 if (!(ctx->flags & TPARG_FL_KERNEL) || in parse_this_cpu()1274 if (!(ctx->flags & TPARG_FL_KERNEL) || in NOKPROBE_SYMBOL()1300 if ((ctx->flags & TPARG_FL_KERNEL) && in parse_probe_var_stack()1322 if (!(ctx->flags & TPARG_FL_KERNEL)) { in parse_probe_var_current()1500 if (ctx->flags & TPARG_FL_KERNEL) { in parse_probe_arg_mem_symbol()1515 if (!(ctx->flags & TPARG_FL_KERNEL)) { in parse_probe_arg_mem_symbol()
937 ctx->flags = TPARG_FL_KERNEL | TPARG_FL_TEVENT; in __trace_eprobe_create()
1406 ctx->flags = TPARG_FL_KERNEL | TPARG_FL_FPROBE; in trace_fprobe_create_cb()
1105 ctx->flags = TPARG_FL_KERNEL; in trace_kprobe_create_cb()