Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/perf/hisilicon/
Dhisi_uncore_pmu.h75 int counter_bits; member
Dhisi_uncore_pmu.c223 u64 val = BIT_ULL(hisi_pmu->counter_bits - 1); in hisi_uncore_pmu_set_event_period()
247 HISI_MAX_PERIOD(hisi_pmu->counter_bits); in hisi_uncore_pmu_event_update()
Dhisi_uncore_hha_pmu.c357 hha_pmu->counter_bits = 48; in hisi_hha_pmu_dev_probe()
Dhisi_uncore_l3c_pmu.c347 l3c_pmu->counter_bits = 48; in hisi_l3c_pmu_dev_probe()
Dhisi_uncore_ddrc_pmu.c345 ddrc_pmu->counter_bits = 32; in hisi_ddrc_pmu_dev_probe()
/Linux-v5.10/arch/mips/kernel/
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()
2107 counter_bits = 48; in init_hw_perf_events()
2112 counter_bits = 64; in init_hw_perf_events()
2120 counter_bits = 32; in init_hw_perf_events()
2131 "CPU, irq %d%s\n", mipspmu.name, counters, counter_bits, irq, in init_hw_perf_events()