Searched refs:TPARG_FL_USER (Results 1 – 3 of 3) sorted by relevance
394 #define TPARG_FL_USER BIT(4) macro
688 .flags = (is_return ? TPARG_FL_RETURN : 0) | TPARG_FL_USER, in __trace_uprobe_create()
113 if (type && (flags & TPARG_FL_USER) && in find_fetch_type()