Searched refs:TPARG_FL_KERNEL (Results 1 – 5 of 5) sorted by relevance
391 #define TPARG_FL_KERNEL BIT(1) macro401 return (flags & TPARG_FL_LOC_MASK) == (TPARG_FL_KERNEL | TPARG_FL_FENTRY); in tparg_is_function_entry()406 return (flags & TPARG_FL_LOC_MASK) == (TPARG_FL_KERNEL | TPARG_FL_RETURN); in tparg_is_function_return()
910 if (!(ctx->flags & TPARG_FL_KERNEL) || in NOKPROBE_SYMBOL()931 if ((ctx->flags & TPARG_FL_KERNEL) && in NOKPROBE_SYMBOL()1061 if (ctx->flags & TPARG_FL_KERNEL) { in parse_probe_arg()1075 if (!(ctx->flags & TPARG_FL_KERNEL)) { in parse_probe_arg()
802 .flags = TPARG_FL_KERNEL | TPARG_FL_TEVENT, in trace_eprobe_tp_update_arg()
1264 .flags = TPARG_FL_KERNEL | TPARG_FL_FPROBE, in trace_fprobe_create_cb()
1068 struct traceprobe_parse_context ctx = { .flags = TPARG_FL_KERNEL }; in trace_kprobe_create_cb()