Searched refs:event_types (Results 1 – 11 of 11) sorted by relevance
/aosp12/system/extras/simpleperf/ |
H A D | event_type.cpp | 467 std::string ScopedEventTypes::BuildString(const std::vector<const EventType*>& event_types) { in BuildString() argument 469 for (auto type : event_types) { in BuildString() 480 std::set<EventType> event_types; in ScopedEventTypes() local 486 event_types.emplace(name, type, config, "", ""); in ScopedEventTypes() 490 std::make_unique<ScopedTypeFinder>(std::move(event_types))); in ScopedEventTypes()
|
H A D | record_file_format.h | 130 SectionDesc event_types; member
|
H A D | event_type.h | 66 static std::string BuildString(const std::vector<const EventType*>& event_types);
|
H A D | tracing.h | 114 bool GetTracingData(const std::vector<const EventType*>& event_types, std::vector<char>* data);
|
H A D | cmd_monitor.cpp | 403 std::vector<std::string> event_types = android::base::Split(*value.str_value, ","); in ParseOptions() local 404 for (auto& event_type : event_types) { in ParseOptions()
|
H A D | cmd_dumprecord.cpp | 296 header.event_types.offset, header.event_types.size); in DumpFileHeader()
|
H A D | cmd_record.cpp | 1048 std::vector<std::string> event_types = android::base::Split(*value.str_value, ","); in ParseOptions() local 1049 for (auto& event_type : event_types) { in ParseOptions() 1070 std::vector<std::string> event_types = android::base::Split(*value.str_value, ","); in ParseOptions() local 1071 for (const auto& event_type : event_types) { in ParseOptions() 1079 if (!event_selection_set_.AddEventGroup(event_types, &group_id)) { in ParseOptions()
|
H A D | tracing.cpp | 421 bool GetTracingData(const std::vector<const EventType*>& event_types, std::vector<char>* data) { in GetTracingData() argument 424 for (const auto& type : event_types) { in GetTracingData()
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | peopleservice.proto | 81 // The duration of the event. Should only be set for some event_types. Refer to java class
|
/aosp12/bionic/libc/kernel/uapi/misc/ |
H A D | habanalabs.h | 520 __u64 event_types[HL_DEBUG_MAX_AUX_VALUES]; member
|
/aosp12/frameworks/base/proto/src/ |
H A D | ipconnectivity.proto | 230 repeated int32 event_types = 2 [deprecated = true]; field
|