Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dperf_event_mipsxx.c60 unsigned int cntr_mask; member
318 unsigned long cntr_mask; in mipsxx_pmu_alloc_counter() local
325 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 …]