Searched defs:event_types (Results 1 – 6 of 6) sorted by relevance
72 const std::set<EventType>& event_types) { in PrintEventTypesOfType()152 auto& event_types = GetAllEventTypes(); in Run() local
115 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString()153 const auto& event_types = GetAllEventTypes(); in FindEventTypeByName() local
116 SectionDesc event_types; member
564 std::vector<std::string> event_types = android::base::Split(args[i], ","); in ParseOptions() local574 std::vector<std::string> event_types = android::base::Split(args[i], ","); in ParseOptions() local
765 std::vector<std::string> event_types = android::base::Split(args[i], ","); in ParseOptions() local786 std::vector<std::string> event_types = android::base::Split(args[i], ","); in ParseOptions() local
409 bool GetTracingData(const std::vector<const EventType*>& event_types, in GetTracingData()