Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c63 unsigned int cntr_mask; member
320 unsigned long cntr_mask = (hwc->event_base >> 8) & 0xffff; in mipsxx_pmu_alloc_counter() local
333 if (test_bit(i, &cntr_mask) && in mipsxx_pmu_alloc_counter()
671 (pev->cntr_mask & 0xffff00) | in mipspmu_perf_event_encode()
674 return (pev->cntr_mask & 0xffff00) | in mipspmu_perf_event_encode()
682 if ((*mipspmu.general_event_map)[idx].cntr_mask == 0) in mipspmu_map_general_event()
709 if (pev->cntr_mask == 0) in mipspmu_map_cache_event()
1510 raw_event.cntr_mask = CNTR_EVEN | CNTR_ODD; in mipsxx_pmu_map_raw_event()
1512 raw_event.cntr_mask = in mipsxx_pmu_map_raw_event()
1524 raw_event.cntr_mask = CNTR_EVEN | CNTR_ODD; in mipsxx_pmu_map_raw_event()
[all …]