Searched refs:IsEventAttrSupported (Results 1 – 6 of 6) sorted by relevance
134 bool IsEventAttrSupported(const perf_event_attr& attr);
42 if (IsEventAttrSupported(attr)) { in GetAllEvents()58 return IsEventAttrSupported(attr); in IsEventSupported()
41 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()
38 return IsEventAttrSupported(attr); in IsEventTypeSupported()
262 bool IsEventAttrSupported(const perf_event_attr& attr) { in IsEventAttrSupported() function
655 IsEventAttrSupported(CreateDefaultPerfEventAttr(*type))) { in AddDefaultMeasuredEventTypes()