From: Like Xu <likexu@xxxxxxxxxxx> Existing unit tests do not cover AMD pmu, nor Intel pmu that is not architecture (on some obsolete cpu's). AMD's PMU support will be coming in subsequent commits. Signed-off-by: Like Xu <likexu@xxxxxxxxxxx> --- x86/pmu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/pmu.c b/x86/pmu.c index bb6e97e..15572e3 100644 --- a/x86/pmu.c +++ b/x86/pmu.c @@ -658,7 +658,7 @@ int main(int ac, char **av) buf = malloc(N*64); if (!pmu_version()) { - report_skip("No pmu is detected!"); + report_skip("No Intel Arch PMU is detected!"); return report_summary(); } -- 2.38.1