Searched refs:FindEventTypeByName (Results 1 – 9 of 9) sorted by relevance
152 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName() function195 const EventType* event_type = FindEventTypeByName(event_type_name); in ParseEventType()201 event_type = FindEventTypeByName(event_type_name); in ParseEventType()
77 const EventType* FindEventTypeByName(const std::string& name, bool report_error = true);
34 const EventType* type = FindEventTypeByName("cpu-cycles"); in IsBranchSamplingSupported()45 const EventType* type = FindEventTypeByName("cpu-cycles"); in IsDwarfCallChainSamplingSupported()59 const EventType* event_type = FindEventTypeByName("sched:sched_switch", false); in IsDumpingRegsForTracepointEventsSupported()107 const EventType* type = FindEventTypeByName("cpu-cycles"); in IsSettingClockIdSupported()123 const EventType* type = FindEventTypeByName("cpu-cycles"); in IsMmap2Supported()
27 const EventType* type = FindEventTypeByName("cpu-clock"); in SetUp()
201 const EventType* event = FindEventTypeByName("sched:sched_stat_runtime"); in ParseSchedEvents()245 const EventType* event = FindEventTypeByName("sched:sched_stat_runtime"); in ProcessRecord()
124 const EventType* type = FindEventTypeByName("cpu-clock"); in CreateFakeEventAttr()
653 const EventType* type = FindEventTypeByName(name); in AddDefaultMeasuredEventTypes()
73 const EventType* type = FindEventTypeByName(event_type); in CheckEventType()
995 if (FindEventTypeByName("sched:sched_switch") == nullptr) { in TraceOffCpu()