Searched refs:TPARG_FL_RETURN (Results 1 – 5 of 5) sorted by relevance
397 #define TPARG_FL_RETURN BIT(0) macro413 return (flags & TPARG_FL_LOC_MASK) == (TPARG_FL_KERNEL | TPARG_FL_RETURN); in tparg_is_function_return()
656 if (ctx->flags & TPARG_FL_RETURN && !strcmp(varname, "$retval")) { in parse_btf_arg()972 if (!(ctx->flags & TPARG_FL_RETURN)) { in NOKPROBE_SYMBOL()
1305 ctx->flags |= TPARG_FL_RETURN; in trace_fprobe_create_internal()
705 ctx->flags = (is_return ? TPARG_FL_RETURN : 0) | TPARG_FL_USER; in DEFINE_FREE()
967 ctx->flags |= TPARG_FL_RETURN; in trace_kprobe_create_internal()