Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_selection_set.h117 std::unordered_map<uint64_t, std::string> GetEventNamesById() const;
Dcmd_monitor.cpp251 event_names_ = event_selection_set_.GetEventNamesById(); in PrepareMonitoring()
Devent_selection_set.cpp334 std::unordered_map<uint64_t, std::string> EventSelectionSet::GetEventNamesById() const { in GetEventNamesById() function in simpleperf::EventSelectionSet