From 5edfb77dd3a164bb9d2d40c6604faa6c9f3dce15 Mon Sep 17 00:00:00 2001 From: fabient Date: Wed, 28 Mar 2012 20:58:30 +0000 Subject: Add software PMC support. New kernel events can be added at various location for sampling or counting. This will for example allow easy system profiling whatever the processor is with known tools like pmcstat(8). Simultaneous usage of software PMC and hardware PMC is possible, for example looking at the lock acquire failure, page fault while sampling on instructions. Sponsored by: NETASQ MFC after: 1 month --- lib/libpmc/pmc.corei7.3 | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libpmc/pmc.corei7.3') diff --git a/lib/libpmc/pmc.corei7.3 b/lib/libpmc/pmc.corei7.3 index 8e09250..aaf1f02 100644 --- a/lib/libpmc/pmc.corei7.3 +++ b/lib/libpmc/pmc.corei7.3 @@ -1559,6 +1559,7 @@ Counts number of segment register loads. .Xr pmc.corei7uc 3 , .Xr pmc.westmere 3 , .Xr pmc.westmereuc 3 , +.Xr pmc.soft 3 , .Xr pmc.tsc 3 , .Xr pmc_cpuinfo 3 , .Xr pmclog 3 , -- cgit v1.1