Home
last modified time | relevance | path

Searched defs:rdpmc (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dmsr.h240 #define rdpmc(counter, low, high) \ macro
Dparavirt.h248 #define rdpmc(counter, low, high) \ macro
/linux-3.4.99/tools/perf/
Dbuiltin-test.c1474 static u64 rdpmc(unsigned int counter) in rdpmc() function