Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dprofcollect.cpp32 const EventType* type = FindEventTypeByName("cs-etm", false); in HasSupport()
Devent_type.h76 const EventType* FindEventTypeByName(const std::string& name, bool report_error = true);
Devent_selection_set.cpp41 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()
Devent_type.cpp293 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName() function
336 const EventType* event_type = FindEventTypeByName(event_type_name); in ParseEventType()
342 event_type = FindEventTypeByName(event_type_name); in ParseEventType()
Drecord_test.cpp27 const EventType* type = FindEventTypeByName("cpu-clock"); in SetUp()
Dcmd_trace_sched.cpp191 const EventType* event = FindEventTypeByName("sched:sched_stat_runtime"); in ParseSchedEvents()
235 const EventType* event = FindEventTypeByName("sched:sched_stat_runtime"); in ProcessRecord()
DRecordReadThread_test.cpp141 const EventType* type = FindEventTypeByName("cpu-clock"); in CreateFakeEventAttr()
456 const EventType* type = FindEventTypeByName("cs-etm"); in TEST_F()
Dcmd_record_test.cpp96 const EventType* type = FindEventTypeByName(event_type); in CheckEventType()
300 const EventType* type = FindEventTypeByName("instructions", false); in HasNonZeroInstructionEventCount()
Dcmd_stat.cpp752 const EventType* type = FindEventTypeByName(name); in AddDefaultMeasuredEventTypes()
Dcmd_record.cpp1071 if (FindEventTypeByName("sched:sched_switch") == nullptr) { in TraceOffCpu()