OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindEventTypeByConfig
(Results
1 - 4
of
4
) sorted by null
/system/extras/simpleperf/
event_type.h
42
static const EventType*
FindEventTypeByConfig
(uint32_t type, uint64_t config);
event_type.cpp
71
const EventType* EventTypeFactory::
FindEventTypeByConfig
(uint32_t type, uint64_t config) {
event_attr.cpp
93
const EventType* event_type = EventTypeFactory::
FindEventTypeByConfig
(attr.type, attr.config);
event_fd.cpp
52
EventTypeFactory::
FindEventTypeByConfig
(perf_attr.type, perf_attr.config);
Completed in 564 milliseconds