Searched refs:FindEventTypeByName (Results 1 – 5 of 5) sorted by relevance
86 const EventType* FindEventTypeByName(const std::string& name) { in FindEventTypeByName() function123 const EventType* event_type = FindEventTypeByName(event_type_name); in ParseEventType()129 event_type = FindEventTypeByName(event_type_name); in ParseEventType()
45 const EventType* FindEventTypeByName(const std::string& name);
30 const EventType* type = FindEventTypeByName("cpu-cycles"); in IsBranchSamplingSupported()41 const EventType* type = FindEventTypeByName("cpu-cycles"); in IsDwarfCallChainSamplingSupported()
27 const EventType* type = FindEventTypeByName("cpu-cycles"); in SetUp()
247 const EventType* type = FindEventTypeByName(name); in AddDefaultMeasuredEventTypes()