Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Drecord_file_format.h146 SectionDesc event_types; member
Devent_type.cpp476 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString()
489 std::set<EventType> event_types; in ScopedEventTypes() local
Dcmd_monitor.cpp403 std::vector<std::string> event_types = android::base::Split(value.str_value, ","); in ParseOptions() local
Dtracing.cpp430 bool GetTracingData(const std::vector<const EventType*>& event_types, std::vector<char>* data) { in GetTracingData()
Dcmd_record.cpp1333 std::vector<std::string> event_types = android::base::Split(value.str_value, ","); in ParseOptions() local
1346 std::vector<std::string> event_types = android::base::Split(value.str_value, ","); in ParseOptions() local
Dcmd_stat.cpp859 std::vector<std::string> event_types = Split(value.str_value, ","); in ParseOptions() local