Searched refs:rdpmc (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/tools/perf/tests/ |
D | rdpmc.c | 13 static u64 rdpmc(unsigned int counter) in rdpmc() function 54 count += rdpmc(idx - 1); in mmap_read_self()
|
D | Build | 11 perf-y += rdpmc.o
|
/linux-4.1.27/arch/x86/include/asm/ |
D | msr.h | 188 #define rdpmc(counter, low, high) \ macro
|
D | paravirt.h | 209 #define rdpmc(counter, low, high) \ macro
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event.c | 2032 static DEVICE_ATTR(rdpmc, S_IRUSR | S_IWUSR, get_attr_rdpmc, set_attr_rdpmc);
|
/linux-4.1.27/arch/x86/kvm/ |
D | emulate.c | 4145 IIP(ImplicitOps, em_rdpmc, rdpmc, check_rdpmc),
|