summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-05-30 20:12:47 +0000
committeremaste <emaste@FreeBSD.org>2014-05-30 20:12:47 +0000
commit257176354d8932e1d2b5734c770f72621b396b19 (patch)
treecbf073748067adae2e170b1c01d84e25c8484a9c
parent8669111217d1a782a1a6b059c31e37bb65d9fd0c (diff)
downloadFreeBSD-src-257176354d8932e1d2b5734c770f72621b396b19.zip
FreeBSD-src-257176354d8932e1d2b5734c770f72621b396b19.tar.gz
Update default callchain depth to 16 to match kernel
MFC after: 1 week
-rw-r--r--usr.sbin/pmcstat/pmcstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pmcstat/pmcstat.h b/usr.sbin/pmcstat/pmcstat.h
index a3738c1..29dfeb7 100644
--- a/usr.sbin/pmcstat/pmcstat.h
+++ b/usr.sbin/pmcstat/pmcstat.h
@@ -61,7 +61,7 @@
#define DEFAULT_DISPLAY_HEIGHT 256 /* file virtual height */
#define DEFAULT_DISPLAY_WIDTH 1024 /* file virtual width */
#define DEFAULT_BUFFER_SIZE 4096
-#define DEFAULT_CALLGRAPH_DEPTH 4
+#define DEFAULT_CALLGRAPH_DEPTH 16
#define PRINT_HEADER_PREFIX "# "
#define READPIPEFD 0
OpenPOWER on IntegriCloud