Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dperf_event_mipsxx.c93 static int counter_bits; variable
216 u64 mask = CNTR_BIT_MASK(counter_bits); in mipsxx_pmu_read_counter_64()
256 val &= CNTR_BIT_MASK(counter_bits); in mipsxx_pmu_write_counter_64()
2025 counter_bits = 48; in init_hw_perf_events()
2030 counter_bits = 64; in init_hw_perf_events()
2038 counter_bits = 32; in init_hw_perf_events()
2049 "CPU, irq %d%s\n", mipspmu.name, counters, counter_bits, irq, in init_hw_perf_events()
/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c270 u64 val = BIT_ULL(hisi_pmu->counter_bits - 1); in hisi_uncore_pmu_set_event_period()
294 HISI_MAX_PERIOD(hisi_pmu->counter_bits); in hisi_uncore_pmu_event_update()
H A Dhisi_uncore_uc_pmu.c507 uc_pmu->counter_bits = HISI_UC_CNTR_REG_BITS; in hisi_uc_pmu_dev_probe()