Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.cpp77 const EventType* FindEventTypeByName(const std::string& name) { in FindEventTypeByName() function
114 const EventType* event_type = FindEventTypeByName(event_type_name); in ParseEventType()
120 event_type = FindEventTypeByName(event_type_name); in ParseEventType()
Devent_type.h52 const EventType* FindEventTypeByName(const std::string& name);
Drecord_test.cpp27 const EventType* type = FindEventTypeByName("cpu-cycles"); in SetUp()
Devent_selection_set.cpp32 const EventType* type = FindEventTypeByName("cpu-cycles"); in IsBranchSamplingSupported()
43 const EventType* type = FindEventTypeByName("cpu-cycles"); in IsDwarfCallChainSamplingSupported()
Dcmd_stat.cpp548 const EventType* type = FindEventTypeByName(name); in AddDefaultMeasuredEventTypes()