summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcstat/pmcstat_log.c
diff options
context:
space:
mode:
authorfabient <fabient@FreeBSD.org>2010-09-03 13:54:02 +0000
committerfabient <fabient@FreeBSD.org>2010-09-03 13:54:02 +0000
commit757a8d026a387961065e755dace6ecc97f0b12c3 (patch)
tree73bfd0bd3805598ab724fffe235798ea9c7bad8d /usr.sbin/pmcstat/pmcstat_log.c
parent9cb74fce5a363515c8f4250b344250d6f4d3c688 (diff)
downloadFreeBSD-src-757a8d026a387961065e755dace6ecc97f0b12c3.zip
FreeBSD-src-757a8d026a387961065e755dace6ecc97f0b12c3.tar.gz
When an asm location cannot be resolved to a function the cost
will be spread as small value and then filtered by the threshold. As a first step solution display the number of event that cannot be resolved as a valid function location. MFC after: 1week
Diffstat (limited to 'usr.sbin/pmcstat/pmcstat_log.c')
-rw-r--r--usr.sbin/pmcstat/pmcstat_log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pmcstat/pmcstat_log.c b/usr.sbin/pmcstat/pmcstat_log.c
index d9e6059..bebe945 100644
--- a/usr.sbin/pmcstat/pmcstat_log.c
+++ b/usr.sbin/pmcstat/pmcstat_log.c
@@ -2168,6 +2168,7 @@ pmcstat_shutdown_logging(void)
PRINT("#samples/total", samples_total);
PRINT("#samples/unclaimed", samples_unknown_offset);
PRINT("#samples/unknown-object", samples_indeterminable);
+ PRINT("#samples/unknown-function", samples_unknown_function);
PRINT("#callchain/dubious-frames", callchain_dubious_frames);
}
OpenPOWER on IntegriCloud