Home
last modified time | relevance | path

Searched defs:event_types (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Dcmd_list.cpp72 const std::set<EventType>& event_types) { in PrintEventTypesOfType()
152 auto& event_types = GetAllEventTypes(); in Run() local
Devent_type.cpp115 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString()
153 const auto& event_types = GetAllEventTypes(); in FindEventTypeByName() local
Drecord_file_format.h116 SectionDesc event_types; member
Dcmd_stat.cpp564 std::vector<std::string> event_types = android::base::Split(args[i], ","); in ParseOptions() local
574 std::vector<std::string> event_types = android::base::Split(args[i], ","); in ParseOptions() local
Dcmd_record.cpp765 std::vector<std::string> event_types = android::base::Split(args[i], ","); in ParseOptions() local
786 std::vector<std::string> event_types = android::base::Split(args[i], ","); in ParseOptions() local
Dtracing.cpp409 bool GetTracingData(const std::vector<const EventType*>& event_types, in GetTracingData()