Home
last modified time | relevance | path

Searched refs:FindEventTypeByConfig (Results 1 – 4 of 4) sorted by relevance

/system/extras/simpleperf/
Devent_type.h42 static const EventType* FindEventTypeByConfig(uint32_t type, uint64_t config);
Devent_type.cpp71 const EventType* EventTypeFactory::FindEventTypeByConfig(uint32_t type, uint64_t config) { in FindEventTypeByConfig() function in EventTypeFactory
Devent_attr.cpp93 const EventType* event_type = EventTypeFactory::FindEventTypeByConfig(attr.type, attr.config); in DumpPerfEventAttr()
Devent_fd.cpp52 EventTypeFactory::FindEventTypeByConfig(perf_attr.type, perf_attr.config); in OpenEventFile()