Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h109 bool AddEventGroup(const std::vector<std::string>& event_names, size_t* group_id = nullptr);
Devent_selection_set.cpp246 return AddEventGroup(std::vector<std::string>(1, event_name), group_id); in AddEventType()
249 bool EventSelectionSet::AddEventGroup( in AddEventGroup() function in EventSelectionSet
Dcmd_stat.cpp670 if (!event_selection_set_.AddEventGroup(Split(*value.str_value, ","))) { in ParseOptions()
Dcmd_record.cpp977 if (!event_selection_set_.AddEventGroup(event_types, &group_id)) { in ParseOptions()