Searched refs:cntr_mask (Results 1 – 1 of 1) sorted by relevance
60 unsigned int cntr_mask; member318 unsigned long cntr_mask; in mipsxx_pmu_alloc_counter() local325 cntr_mask = (hwc->event_base >> 10) & 0xffff; in mipsxx_pmu_alloc_counter()327 cntr_mask = (hwc->event_base >> 8) & 0xffff; in mipsxx_pmu_alloc_counter()340 if (test_bit(i, &cntr_mask) && in mipsxx_pmu_alloc_counter()709 (pev->cntr_mask & 0xffff00) | in mipspmu_perf_event_encode()715 return (pev->cntr_mask & 0xfffc00) | in mipspmu_perf_event_encode()718 return (pev->cntr_mask & 0xffff00) | in mipspmu_perf_event_encode()726 if ((*mipspmu.general_event_map)[idx].cntr_mask == 0) in mipspmu_map_general_event()753 if (pev->cntr_mask == 0) in mipspmu_map_cache_event()[all …]