Searched refs:FindEventTypeByName (Results 1 – 10 of 10) sorted by relevance
32 const EventType* type = FindEventTypeByName("cs-etm", false); in HasSupport()
76 const EventType* FindEventTypeByName(const std::string& name, bool report_error = true);
41 const EventType* type = FindEventTypeByName("cpu-cycles"); in IsBranchSamplingSupported()52 const EventType* type = FindEventTypeByName("cpu-clock"); in IsDwarfCallChainSamplingSupported()66 const EventType* event_type = FindEventTypeByName("sched:sched_switch", false); in IsDumpingRegsForTracepointEventsSupported()113 const EventType* type = FindEventTypeByName("cpu-clock"); in IsSettingClockIdSupported()129 const EventType* type = FindEventTypeByName("cpu-clock"); in IsMmap2Supported()
293 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName() function336 const EventType* event_type = FindEventTypeByName(event_type_name); in ParseEventType()342 event_type = FindEventTypeByName(event_type_name); in ParseEventType()
27 const EventType* type = FindEventTypeByName("cpu-clock"); in SetUp()
191 const EventType* event = FindEventTypeByName("sched:sched_stat_runtime"); in ParseSchedEvents()235 const EventType* event = FindEventTypeByName("sched:sched_stat_runtime"); in ProcessRecord()
141 const EventType* type = FindEventTypeByName("cpu-clock"); in CreateFakeEventAttr()456 const EventType* type = FindEventTypeByName("cs-etm"); in TEST_F()
96 const EventType* type = FindEventTypeByName(event_type); in CheckEventType()300 const EventType* type = FindEventTypeByName("instructions", false); in HasNonZeroInstructionEventCount()
752 const EventType* type = FindEventTypeByName(name); in AddDefaultMeasuredEventTypes()
1071 if (FindEventTypeByName("sched:sched_switch") == nullptr) { in TraceOffCpu()