Home
last modified time | relevance | path

Searched refs:tp_category_pos (Results 1 – 1 of 1) sorted by relevance

/external/bcc/src/cc/frontends/clang/
Dtp_frontend_action.cc193 auto tp_category_pos = second_tok.find("__"); in _is_tracepoint_struct_type() local
194 if (tp_category_pos == tp_event_pos) in _is_tracepoint_struct_type()
196 tp_category = second_tok.substr(tp_category_pos + 2, in _is_tracepoint_struct_type()
197 tp_event_pos - tp_category_pos - 2); in _is_tracepoint_struct_type()