summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmcstat
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-06-06 01:35:52 +0000
committeremaste <emaste@FreeBSD.org>2014-06-06 01:35:52 +0000
commitf6c16fe464109fd3626ef09e82e19190731d7e0c (patch)
treeeb259dfc85d9b2b4a69d673fc5190783003d515c /usr.sbin/pmcstat
parent7d6c01c3fd5dcd34d979cf0b09dacddacbd0c3aa (diff)
downloadFreeBSD-src-f6c16fe464109fd3626ef09e82e19190731d7e0c.zip
FreeBSD-src-f6c16fe464109fd3626ef09e82e19190731d7e0c.tar.gz
MFC r266903: Update default callchain depth to 16 to match kernel
Diffstat (limited to 'usr.sbin/pmcstat')
-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