aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmcstat
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-05-30 20:12:47 +0000
committerEd Maste <emaste@FreeBSD.org>2014-05-30 20:12:47 +0000
commit06cc6df79cfab9b857ba732716fcc7be237e9680 (patch)
treecbf073748067adae2e170b1c01d84e25c8484a9c /usr.sbin/pmcstat
parent38c431040ae7a65f5418f98b9aeeac606e3e5322 (diff)
downloadsrc-06cc6df79cfab9b857ba732716fcc7be237e9680.tar.gz
src-06cc6df79cfab9b857ba732716fcc7be237e9680.zip
Update default callchain depth to 16 to match kernel
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=266903
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 a3738c1c1973..29dfeb790fa2 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