Searched defs:rdpmc (Results 1 - 1 of 1) sorted by path

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Drdpmc.c14 static u64 rdpmc(unsigned int counter) function
18 asm volatile("rdpmc" : "=a" (low), "=d" (high) : "c" (counter));
55 count += rdpmc(idx - 1);

Completed in 601 milliseconds