Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dtest_util.cpp54 const simpleperf::EventType* type = simpleperf::FindEventTypeByName("instructions", false); in HasNonZeroInstructionEventCount()
83 const simpleperf::EventType* type = simpleperf::FindEventTypeByName("cpu-cycles", false); in HasHardwareCounter()
Dprofcollect.cpp31 const EventType* type = FindEventTypeByName("cs-etm", false); in HasSupport()
DMapRecordReader_test.cpp32 const EventType* event_type = FindEventTypeByName("cpu-clock"); in CreateMapRecordReader()
Devent_selection_set.cpp43 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()
Devent_type.h125 const EventType* FindEventTypeByName(const std::string& name, bool report_error = true);
Devent_type.cpp498 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName() function
535 const EventType* event_type = FindEventTypeByName(event_type_name); in ParseEventType()
541 event_type = FindEventTypeByName(event_type_name); in ParseEventType()
Drecord_test.cpp29 const EventType* type = FindEventTypeByName("cpu-clock"); in SetUp()
Dcmd_trace_sched.cpp194 const EventType* event = FindEventTypeByName("sched:sched_stat_runtime"); in ParseSchedEvents()
238 const EventType* event = FindEventTypeByName("sched:sched_stat_runtime"); in ProcessRecord()
DRecordFilter_test.cpp35 const EventType* event_type = FindEventTypeByName("cpu-clock"); in SetUp()
DRecordReadThread_test.cpp141 const EventType* type = FindEventTypeByName("cpu-clock"); in CreateFakeEventAttr()
460 const EventType* type = FindEventTypeByName("cs-etm"); in TEST_F()
Dcmd_stat.cpp739 const EventType* type = FindEventTypeByName(name); in AddDefaultMeasuredEventTypes()
Dcmd_record_test.cpp97 const EventType* type = FindEventTypeByName(event_type); in CheckEventType()
Dcmd_record.cpp1173 if (FindEventTypeByName("sched:sched_switch") == nullptr) { in TraceOffCpu()