Searched defs:BuiltinEventType (Results 1 – 1 of 1) sorted by relevance
12 struct BuiltinEventType { struct13 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()