Home
last modified time | relevance | path

Searched refs:IsEventAttrSupported (Results 1 – 6 of 6) sorted by relevance

/system/extras/simpleperf/
Devent_fd.h134 bool IsEventAttrSupported(const perf_event_attr& attr);
Drecord_lib_interface.cpp42 if (IsEventAttrSupported(attr)) { in GetAllEvents()
58 return IsEventAttrSupported(attr); in IsEventSupported()
Devent_selection_set.cpp41 return IsEventAttrSupported(attr); in IsBranchSamplingSupported()
55 return IsEventAttrSupported(attr); in IsDwarfCallChainSamplingSupported()
116 is_supported = IsEventAttrSupported(attr) ? 1 : 0; in IsSettingClockIdSupported()
129 return IsEventAttrSupported(attr); in IsMmap2Supported()
185 if (!IsEventAttrSupported(selection->event_attr)) { in BuildAndCheckEventSelection()
Dcmd_list.cpp38 return IsEventAttrSupported(attr); in IsEventTypeSupported()
Devent_fd.cpp262 bool IsEventAttrSupported(const perf_event_attr& attr) { in IsEventAttrSupported() function
Dcmd_stat.cpp655 IsEventAttrSupported(CreateDefaultPerfEventAttr(*type))) { in AddDefaultMeasuredEventTypes()