Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Devent_selection_set.h111 bool AddEventGroup(const std::vector<std::string>& event_names, size_t* group_id = nullptr);
H A Devent_selection_set.cpp252 return AddEventGroup(std::vector<std::string>(1, event_name), group_id); in AddEventType()
255 bool EventSelectionSet::AddEventGroup(const std::vector<std::string>& event_names, in AddEventGroup() function in simpleperf::EventSelectionSet
H A Dcmd_stat.cpp662 if (!event_selection_set_.AddEventGroup(Split(*value.str_value, ","))) { in ParseOptions()
H A Dcmd_record.cpp1079 if (!event_selection_set_.AddEventGroup(event_types, &group_id)) { in ParseOptions()