Searched refs:TPARG_FL_RETURN (Results 1 – 5 of 5) sorted by relevance
384 * TPARG_FL_RETURN, TPARG_FL_FENTRY and TPARG_FL_TEVENT are mutually exclusive.389 #define TPARG_FL_RETURN BIT(0)405 return (flags & TPARG_FL_LOC_MASK) == (TPARG_FL_KERNEL | TPARG_FL_RETURN); in tparg_is_function_return() 390 #define TPARG_FL_RETURN global() macro
627 if (ctx->flags & TPARG_FL_RETURN && !strcmp(varname, "$retval")) { in parse_btf_arg()905 if (!(ctx->flags & TPARG_FL_RETURN)) { in NOKPROBE_SYMBOL()
1078 ctx.flags |= TPARG_FL_RETURN; in __trace_fprobe_create()
688 .flags = (is_return ? TPARG_FL_RETURN : 0) | TPARG_FL_USER, in __trace_uprobe_create()
866 ctx.flags |= TPARG_FL_RETURN; in __trace_kprobe_create()