Searched refs:FindEventTypeByConfig (Results 1 – 4 of 4) sorted by relevance
42 static const EventType* FindEventTypeByConfig(uint32_t type, uint64_t config);
71 const EventType* EventTypeFactory::FindEventTypeByConfig(uint32_t type, uint64_t config) { in FindEventTypeByConfig() function in EventTypeFactory
93 const EventType* event_type = EventTypeFactory::FindEventTypeByConfig(attr.type, attr.config); in DumpPerfEventAttr()
52 EventTypeFactory::FindEventTypeByConfig(perf_attr.type, perf_attr.config); in OpenEventFile()