Searched refs:pmc_width (Results 1 – 8 of 8) sorted by relevance
317 if (rdpmc_supported && pc->pmc_width < 32) { in test_stat_user_read()319 pmu->name, pc->pmc_width); in test_stat_user_read()
162 __T("userspace counter width not set", pc->pmc_width >= 32); in test_stat_user_read()
48 userpg->pmc_width = to_riscv_pmu(event->pmu)->ctr_get_width(event->hw.idx) + 1; in arch_perf_update_userpage()
1570 userpg->pmc_width = 64; in device_initcall()1572 userpg->pmc_width = 32; in device_initcall()
659 __u16 pmc_width; member
512 u16 width = READ_ONCE(pc->pmc_width); in perf_mmap__read_self()
159 'pmc_width' field in the user page will indicate the valid width of the counter
2740 userpg->pmc_width = x86_pmu.cntval_bits; in arch_perf_update_userpage()