Home
last modified time | relevance | path

Searched refs:IsEventAttrSupportedByKernel (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/
Devent_selection_set.cpp37 return IsEventAttrSupportedByKernel(attr); in IsBranchSamplingSupported()
50 return IsEventAttrSupportedByKernel(attr); in IsDwarfCallChainSamplingSupported()
63 if (!IsEventAttrSupportedByKernel(selection.event_attr)) { in AddEventType()
Devent_fd.h109 bool IsEventAttrSupportedByKernel(perf_event_attr attr);
Dcmd_list.cpp39 if (IsEventAttrSupportedByKernel(attr)) { in PrintEventTypesOfType()
Devent_fd.cpp186 bool IsEventAttrSupportedByKernel(perf_event_attr attr) { in IsEventAttrSupportedByKernel() function
Dcmd_stat.cpp248 if (type != nullptr && IsEventAttrSupportedByKernel(CreateDefaultPerfEventAttr(*type))) { in AddDefaultMeasuredEventTypes()