Searched refs:event_types (Results 1 – 9 of 9) sorted by relevance
/system/extras/simpleperf/ |
D | cmd_list.cpp | 72 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()
|
D | event_type.cpp | 115 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()
|
D | record_file_format.h | 116 SectionDesc event_types; member
|
D | event_type.h | 67 static std::string BuildString(const std::vector<const EventType*>& event_types);
|
D | tracing.h | 104 bool GetTracingData(const std::vector<const EventType*>& event_types,
|
D | cmd_stat.cpp | 564 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()
|
D | cmd_dumprecord.cpp | 132 header.event_types.offset, header.event_types.size); in DumpFileHeader()
|
D | tracing.cpp | 409 bool GetTracingData(const std::vector<const EventType*>& event_types, in GetTracingData() argument 413 for (const auto& type : event_types) { in GetTracingData()
|
D | cmd_record.cpp | 765 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()
|