Searched refs:tp_event_pos (Results 1 – 1 of 1) sorted by relevance
188 auto tp_event_pos = second_tok.rfind("__"); in _is_tracepoint_struct_type() local189 if (tp_event_pos == string::npos) in _is_tracepoint_struct_type()191 tp_event = second_tok.substr(tp_event_pos + 2); in _is_tracepoint_struct_type()194 if (tp_category_pos == tp_event_pos) in _is_tracepoint_struct_type()197 tp_event_pos - tp_category_pos - 2); in _is_tracepoint_struct_type()