Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dproto_translation_table.h112 if (!group_and_name_to_event_.count(group_and_name)) in GetEvent()
114 return group_and_name_to_event_.at(group_and_name); in GetEvent()
134 if (!group_and_name_to_event_.count(group_and_name)) in EventToFtraceId()
136 return group_and_name_to_event_.at(group_and_name)->ftrace_event_id; in EventToFtraceId()
186 std::map<GroupAndName, const Event*> group_and_name_to_event_; variable
Dproto_translation_table.cc490 group_and_name_to_event_[GroupAndName(event.group, event.name)] = in ProtoTranslationTable()
534 group_and_name_to_event_[group_and_name] = &events_.at(e->ftrace_event_id); in GetOrCreateEvent()