|
From: | Parfait Tokponnon |
Subject: | Re: [Qemu-discuss] Getting The Performance monitoring interrupt fired |
Date: | Sun, 12 Feb 2017 20:34:50 +0100 |
Right :) I think this discussion was well before vPMU was implemented. I think the best approach
is to try a case where it's known to work (such as Linux) and then try to backstep on why it's
not working in your case.
perf stat -e r0c0:u sleep 5 // collect the number of instructions in usermode for 5s ---> to force-generate some PMI
cat /proc/interrupts | grep PMI // to see the number of PMI interrupt issued meanwhile
[Prev in Thread] | Current Thread | [Next in Thread] |