attr_rdpmc 1813 arch/x86/events/core.c x86_pmu.attr_rdpmc = 1; /* enable userspace RDPMC usage by default */ attr_rdpmc 2113 arch/x86/events/core.c if (READ_ONCE(x86_pmu.attr_rdpmc) && attr_rdpmc 2175 arch/x86/events/core.c return snprintf(buf, 40, "%d\n", x86_pmu.attr_rdpmc); attr_rdpmc 2195 arch/x86/events/core.c if ((val == 2) != (x86_pmu.attr_rdpmc == 2)) { attr_rdpmc 2208 arch/x86/events/core.c x86_pmu.attr_rdpmc = val; attr_rdpmc 243 arch/x86/events/intel/p6.c x86_pmu.attr_rdpmc = 0; attr_rdpmc 625 arch/x86/events/perf_event.h int attr_rdpmc;