Searched defs:event_types (Results 1 – 6 of 6) sorted by relevance
146 SectionDesc event_types; member
476 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString()489 std::set<EventType> event_types; in ScopedEventTypes() local
403 std::vector<std::string> event_types = android::base::Split(value.str_value, ","); in ParseOptions() local
430 bool GetTracingData(const std::vector<const EventType*>& event_types, std::vector<char>* data) { in GetTracingData()
1333 std::vector<std::string> event_types = android::base::Split(value.str_value, ","); in ParseOptions() local1346 std::vector<std::string> event_types = android::base::Split(value.str_value, ","); in ParseOptions() local
859 std::vector<std::string> event_types = Split(value.str_value, ","); in ParseOptions() local