Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Devent_type.cpp467 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 Drecord_file_format.h130 SectionDesc event_types; member
H A Devent_type.h66 static std::string BuildString(const std::vector<const EventType*>& event_types);
H A Dtracing.h114 bool GetTracingData(const std::vector<const EventType*>& event_types, std::vector<char>* data);
H A Dcmd_monitor.cpp403 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 Dcmd_dumprecord.cpp296 header.event_types.offset, header.event_types.size); in DumpFileHeader()
H A Dcmd_record.cpp1048 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 Dtracing.cpp421 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 Dpeopleservice.proto81 // 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 Dhabanalabs.h520 __u64 event_types[HL_DEBUG_MAX_AUX_VALUES]; member
/aosp12/frameworks/base/proto/src/
H A Dipconnectivity.proto230 repeated int32 event_types = 2 [deprecated = true]; field