Searched refs:FindEventTypeByName (Results 1 – 13 of 13) sorted by relevance
54 const simpleperf::EventType* type = simpleperf::FindEventTypeByName("instructions", false); in HasNonZeroInstructionEventCount()83 const simpleperf::EventType* type = simpleperf::FindEventTypeByName("cpu-cycles", false); in HasHardwareCounter()
31 const EventType* type = FindEventTypeByName("cs-etm", false); in HasSupport()
32 const EventType* event_type = FindEventTypeByName("cpu-clock"); in CreateMapRecordReader()
43 const EventType* type = FindEventTypeByName("cpu-cycles"); in IsBranchSamplingSupported()54 const EventType* type = FindEventTypeByName("cpu-clock"); in IsDwarfCallChainSamplingSupported()72 const EventType* event_type = FindEventTypeByName("sched:sched_switch", false); in IsDumpingRegsForTracepointEventsSupported()123 const EventType* type = FindEventTypeByName("cpu-clock"); in IsSettingClockIdSupported()139 const EventType* type = FindEventTypeByName("cpu-clock"); in IsMmap2Supported()
125 const EventType* FindEventTypeByName(const std::string& name, bool report_error = true);
498 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName() function535 const EventType* event_type = FindEventTypeByName(event_type_name); in ParseEventType()541 event_type = FindEventTypeByName(event_type_name); in ParseEventType()
29 const EventType* type = FindEventTypeByName("cpu-clock"); in SetUp()
194 const EventType* event = FindEventTypeByName("sched:sched_stat_runtime"); in ParseSchedEvents()238 const EventType* event = FindEventTypeByName("sched:sched_stat_runtime"); in ProcessRecord()
35 const EventType* event_type = FindEventTypeByName("cpu-clock"); in SetUp()
141 const EventType* type = FindEventTypeByName("cpu-clock"); in CreateFakeEventAttr()460 const EventType* type = FindEventTypeByName("cs-etm"); in TEST_F()
739 const EventType* type = FindEventTypeByName(name); in AddDefaultMeasuredEventTypes()
97 const EventType* type = FindEventTypeByName(event_type); in CheckEventType()
1173 if (FindEventTypeByName("sched:sched_switch") == nullptr) { in TraceOffCpu()