Home
last modified time | relevance | path

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

/tools/perf/tests/
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()
/tools/lib/perf/tests/
Dtest-evsel.c162 __T("userspace counter width not set", pc->pmc_width >= 32); in test_stat_user_read()
/tools/include/uapi/linux/
Dperf_event.h638 __u16 pmc_width; member
/tools/lib/perf/
Dmmap.c512 u16 width = READ_ONCE(pc->pmc_width); in perf_mmap__read_self()