Searched refs:IsEventAttrSupported (Results 1 – 5 of 5) sorted by relevance
39 if (IsEventAttrSupported(attr)) { in PrintEventTypesOfType()
129 bool IsEventAttrSupported(const perf_event_attr& attr);
39 return IsEventAttrSupported(attr); in IsBranchSamplingSupported()53 return IsEventAttrSupported(attr); in IsDwarfCallChainSamplingSupported()81 if (!IsEventAttrSupported(selection->event_attr)) { in BuildAndCheckEventSelection()
272 bool IsEventAttrSupported(const perf_event_attr& attr) { in IsEventAttrSupported() function
550 IsEventAttrSupported(CreateDefaultPerfEventAttr(*type))) { in AddDefaultMeasuredEventTypes()