Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.h30 struct EventType { struct
31 EventType(const std::string& name, uint32_t type, uint64_t config) in EventType() argument
35 EventType() : type(0), config(0) { in EventType() function
43 const std::vector<EventType>& GetAllEventTypes(); argument
/system/core/fastboot/
Dsocket_mock.h84 enum class EventType { kSend, kReceive, kAccept }; enum
/system/extras/perfprofd/
Dperf_profile.proto77 enum EventType { enum