Home
last modified time | relevance | path

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

/openbmc/linux/drivers/perf/
H A Dcxl_pmu.c94 #define CXL_PMU_MAX_COUNTERS 64 macro
101 DECLARE_BITMAP(used_counter_bm, CXL_PMU_MAX_COUNTERS);
102 DECLARE_BITMAP(conf_counter_bm, CXL_PMU_MAX_COUNTERS);
189 if (!bitmap_empty(info->conf_counter_bm, CXL_PMU_MAX_COUNTERS)) { in cxl_pmu_parse_caps()
529 DECLARE_BITMAP(configurable_and_free, CXL_PMU_MAX_COUNTERS); in cxl_pmu_get_event_idx()
556 info->used_counter_bm, CXL_PMU_MAX_COUNTERS); in cxl_pmu_get_event_idx()
558 i = find_first_bit(configurable_and_free, CXL_PMU_MAX_COUNTERS); in cxl_pmu_get_event_idx()
559 if (i == CXL_PMU_MAX_COUNTERS) in cxl_pmu_get_event_idx()