Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/system/extras/simpleperf/simpleperf_event_table/gen/
Devent_table.cpp12 struct BuiltinEventType { struct
13 std::string_view name;
14 uint32_t type;
15 uint64_t config;
16 std::string_view description;
17 std::string_view limited_arch;
19 explicit operator EventType() const { in operator EventType()