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

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

Completed in 66 milliseconds