Searched refs:IsEventAttrSupportedByKernel (Results 1 – 5 of 5) sorted by relevance
37 return IsEventAttrSupportedByKernel(attr); in IsBranchSamplingSupported()50 return IsEventAttrSupportedByKernel(attr); in IsDwarfCallChainSamplingSupported()63 if (!IsEventAttrSupportedByKernel(selection.event_attr)) { in AddEventType()
109 bool IsEventAttrSupportedByKernel(perf_event_attr attr);
39 if (IsEventAttrSupportedByKernel(attr)) { in PrintEventTypesOfType()
186 bool IsEventAttrSupportedByKernel(perf_event_attr attr) { in IsEventAttrSupportedByKernel() function
248 if (type != nullptr && IsEventAttrSupportedByKernel(CreateDefaultPerfEventAttr(*type))) { in AddDefaultMeasuredEventTypes()