Searched refs:tparg_is_function_entry (Results 1 – 2 of 2) sorted by relevance
807 if (tparg_is_function_entry(ctx->flags)) { in parse_btf_arg()966 tparg_is_function_entry(ctx->flags) || in handle_typecast()1357 if (tparg_is_function_entry(ctx->flags)) { in parse_probe_var_arg()1625 if (!tparg_is_function_entry(ctx->flags) && in parse_probe_arg_default()2233 if (!tparg_is_function_entry(ctx->flags) && in argv_has_var_arg()
423 static inline bool tparg_is_function_entry(unsigned int flags) in tparg_is_function_entry() function