Home
last modified time | relevance | path

Searched refs:is_event_supported (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dprint-events.h37 bool is_event_supported(u8 type, u64 config);
H A Dprint-events.c134 bool is_event_supported(u8 type, u64 config) in is_event_supported() function
H A Dpmus.c796 if (!is_event_supported(PERF_TYPE_HARDWARE, PERF_COUNT_HW_CPU_CYCLES | ((__u64)pmu->type << PERF_PMU_TYPE_SHIFT))) in __perf_pmus__supports_extended_type()
H A Dpmu.c2188 alias->deprecated = !is_event_supported(attr.type, attr.config); in perf_pmu_alias__check_deprecated()