Searched refs:GetEventNamesById (Results 1 – 3 of 3) sorted by relevance
117 std::unordered_map<uint64_t, std::string> GetEventNamesById() const;
251 event_names_ = event_selection_set_.GetEventNamesById(); in PrepareMonitoring()
334 std::unordered_map<uint64_t, std::string> EventSelectionSet::GetEventNamesById() const { in GetEventNamesById() function in simpleperf::EventSelectionSet