Searched refs:counter_bits (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/kvm/loongarch/ |
| H A D | pmu_test.c | 38 int nr_counters, counter_bits; in dump_pmu_caps() local 42 counter_bits = ((cfg6 & CPUCFG6_PMBITS) >> CPUCFG6_PMBITS_SHIFT) + 1; in dump_pmu_caps() 47 pr_info(" Counter width: %d bits\n", counter_bits); in dump_pmu_caps()
|
| /linux/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_ddrc_pmu.c | 365 ddrc_pmu->counter_bits = ddrc_pmu->dev_info->counter_bits; in hisi_ddrc_pmu_dev_probe() 444 .counter_bits = 32, 462 .counter_bits = 48, 480 .counter_bits = 48,
|
| H A D | hisi_uncore_pmu.h | 76 u32 counter_bits; member 137 int counter_bits; member
|
| H A D | hisi_uncore_mn_pmu.c | 280 mn_pmu->counter_bits = mn_pmu->dev_info->counter_bits; in hisi_mn_pmu_dev_init() 355 .counter_bits = 48,
|
| H A D | hisi_uncore_noc_pmu.c | 313 noc_pmu->counter_bits = noc_pmu->dev_info->counter_bits; in hisi_noc_pmu_dev_init() 392 .counter_bits = 64,
|
| H A D | hisi_uncore_l3c_pmu.c | 744 .counter_bits = 48, 751 .counter_bits = 64, 758 .counter_bits = 64, 797 l3c_pmu->counter_bits = l3c_pmu->dev_info->counter_bits; in hisi_l3c_pmu_dev_probe()
|
| H A D | hisi_uncore_hha_pmu.c | 455 hha_pmu->counter_bits = 64; in hisi_hha_pmu_dev_probe() 460 hha_pmu->counter_bits = 48; in hisi_hha_pmu_dev_probe()
|
| H A D | hisi_uncore_pmu.c | 307 u64 val = BIT_ULL(hisi_pmu->counter_bits - 1); in hisi_uncore_pmu_set_event_period() 331 HISI_MAX_PERIOD(hisi_pmu->counter_bits); in hisi_uncore_pmu_event_update()
|
| H A D | hisi_uncore_pa_pmu.c | 444 pa_pmu->counter_bits = 64; in hisi_pa_pmu_dev_probe()
|
| H A D | hisi_uncore_sllc_pmu.c | 479 sllc_pmu->counter_bits = 64; in hisi_sllc_pmu_dev_probe()
|