svn commit: r267143 - stable/10/usr.sbin/pmcstat
Ed Maste
emaste at FreeBSD.org
Fri Jun 6 01:35:53 UTC 2014
Author: emaste
Date: Fri Jun 6 01:35:52 2014
New Revision: 267143
URL: http://svnweb.freebsd.org/changeset/base/267143
Log:
MFC r266903: Update default callchain depth to 16 to match kernel
Modified:
stable/10/usr.sbin/pmcstat/pmcstat.h
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/usr.sbin/pmcstat/pmcstat.h
==============================================================================
--- stable/10/usr.sbin/pmcstat/pmcstat.h Fri Jun 6 00:24:04 2014 (r267142)
+++ stable/10/usr.sbin/pmcstat/pmcstat.h Fri Jun 6 01:35:52 2014 (r267143)
@@ -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
More information about the svn-src-stable-10
mailing list