Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.cpp152 const EventType* FindEventTypeByName(const std::string& name, bool report_error) { in FindEventTypeByName() function
195 const EventType* event_type = FindEventTypeByName(event_type_name); in ParseEventType()
201 event_type = FindEventTypeByName(event_type_name); in ParseEventType()
Devent_type.h77 const EventType* FindEventTypeByName(const std::string& name, bool report_error = true);
Devent_selection_set.cpp34 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()
Drecord_test.cpp27 const EventType* type = FindEventTypeByName("cpu-clock"); in SetUp()
Dcmd_trace_sched.cpp201 const EventType* event = FindEventTypeByName("sched:sched_stat_runtime"); in ParseSchedEvents()
245 const EventType* event = FindEventTypeByName("sched:sched_stat_runtime"); in ProcessRecord()
DRecordReadThread_test.cpp124 const EventType* type = FindEventTypeByName("cpu-clock"); in CreateFakeEventAttr()
Dcmd_stat.cpp653 const EventType* type = FindEventTypeByName(name); in AddDefaultMeasuredEventTypes()
Dcmd_record_test.cpp73 const EventType* type = FindEventTypeByName(event_type); in CheckEventType()
Dcmd_record.cpp995 if (FindEventTypeByName("sched:sched_switch") == nullptr) { in TraceOffCpu()