Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dproto_translation_table.h119 if (!group_to_events_.count(group)) in GetEventsByGroup()
121 return &group_to_events_.at(group); in GetEventsByGroup()
188 std::map<std::string, std::vector<const Event*>> group_to_events_; variable
Dproto_translation_table.cc493 group_to_events_[event.group].push_back(&events_.at(event.ftrace_event_id)); in ProtoTranslationTable()
536 group_to_events_[e->group].push_back(&events_.at(e->ftrace_event_id)); in GetOrCreateEvent()