Home
last modified time | relevance | path

Searched refs:event_types (Results 1 – 9 of 9) sorted by relevance

/system/extras/simpleperf/
Dcmd_list.cpp72 const std::set<EventType>& event_types) { in PrintEventTypesOfType() argument
78 for (auto& event_type : event_types) { in PrintEventTypesOfType()
152 auto& event_types = GetAllEventTypes(); in Run() local
156 PrintEventTypesOfType(it->second.first, it->second.second, event_types); in Run()
Devent_type.cpp115 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString() argument
117 for (auto type : event_types) { in BuildString()
153 const auto& event_types = GetAllEventTypes(); in FindEventTypeByName() local
154 auto it = event_types.find(EventType(name, 0, 0, "", "")); in FindEventTypeByName()
155 if (it != event_types.end()) { in FindEventTypeByName()
Drecord_file_format.h116 SectionDesc event_types; member
Devent_type.h67 static std::string BuildString(const std::vector<const EventType*>& event_types);
Dtracing.h104 bool GetTracingData(const std::vector<const EventType*>& event_types,
Dcmd_stat.cpp564 std::vector<std::string> event_types = android::base::Split(args[i], ","); in ParseOptions() local
565 for (auto& event_type : event_types) { in ParseOptions()
574 std::vector<std::string> event_types = android::base::Split(args[i], ","); in ParseOptions() local
575 if (!event_selection_set_.AddEventGroup(event_types)) { in ParseOptions()
Dcmd_dumprecord.cpp132 header.event_types.offset, header.event_types.size); in DumpFileHeader()
Dtracing.cpp409 bool GetTracingData(const std::vector<const EventType*>& event_types, in GetTracingData() argument
413 for (const auto& type : event_types) { in GetTracingData()
Dcmd_record.cpp765 std::vector<std::string> event_types = android::base::Split(args[i], ","); in ParseOptions() local
766 for (auto& event_type : event_types) { in ParseOptions()
786 std::vector<std::string> event_types = android::base::Split(args[i], ","); in ParseOptions() local
788 if (!event_selection_set_.AddEventGroup(event_types, &group_id)) { in ParseOptions()