Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/tests/
H A Dmmap-basic.c223 if (pc->pmc_width < 32) { in test_stat_user_read()
224 pr_err("userspace counter width not set (%d)\n", pc->pmc_width); in test_stat_user_read()
/openbmc/linux/tools/lib/perf/tests/
H A Dtest-evsel.c162 __T("userspace counter width not set", pc->pmc_width >= 32); in test_stat_user_read()
/openbmc/linux/tools/include/uapi/linux/
H A Dperf_event.h634 __u16 pmc_width; member
/openbmc/linux/include/uapi/linux/
H A Dperf_event.h634 __u16 pmc_width; member
/openbmc/linux/drivers/perf/
H A Driscv_pmu.c49 userpg->pmc_width = to_riscv_pmu(event->pmu)->ctr_get_width(event->hw.idx) + 1; in arch_perf_update_userpage()
H A Darm_pmuv3.c1388 userpg->pmc_width = 64; in device_initcall()
1390 userpg->pmc_width = 32; in device_initcall()
/openbmc/linux/tools/lib/perf/
H A Dmmap.c498 u16 width = READ_ONCE(pc->pmc_width); in perf_mmap__read_self()
/openbmc/linux/Documentation/arch/arm64/
H A Dperf.rst159 'pmc_width' field in the user page will indicate the valid width of the counter
/openbmc/linux/arch/x86/events/
H A Dcore.c2720 userpg->pmc_width = x86_pmu.cntval_bits; in arch_perf_update_userpage()