OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindEventTypeByName
(Results
1 - 5
of
5
) sorted by null
/system/extras/simpleperf/
event_type.h
45
const EventType*
FindEventTypeByName
(const std::string& name);
event_type.cpp
86
const EventType*
FindEventTypeByName
(const std::string& name) {
123
const EventType* event_type =
FindEventTypeByName
(event_type_name);
129
event_type =
FindEventTypeByName
(event_type_name);
record_test.cpp
27
const EventType* type =
FindEventTypeByName
("cpu-cycles");
event_selection_set.cpp
30
const EventType* type =
FindEventTypeByName
("cpu-cycles");
41
const EventType* type =
FindEventTypeByName
("cpu-cycles");
cmd_stat.cpp
247
const EventType* type =
FindEventTypeByName
(name);
Completed in 2056 milliseconds