Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.h44 const EventType* FindEventTypeByConfig(uint32_t type, uint64_t config);
Devent_attr.cpp104 const EventType* event_type = FindEventTypeByConfig(attr.type, attr.config); in DumpPerfEventAttr()
Devent_fd.cpp49 const EventType* event_type = FindEventTypeByConfig(perf_attr.type, perf_attr.config); in OpenEventFile()
Devent_type.cpp77 const EventType* FindEventTypeByConfig(uint32_t type, uint64_t config) { in FindEventTypeByConfig() function
Dcmd_report.cpp689 const EventType* event_type = FindEventTypeByConfig(event_attr_.type, event_attr_.config); in PrintReportContext()