svn commit: r266903 - head/usr.sbin/pmcstat
Ed Maste
emaste at FreeBSD.org
Fri May 30 20:12:48 UTC 2014
Author: emaste
Date: Fri May 30 20:12:47 2014
New Revision: 266903
URL: http://svnweb.freebsd.org/changeset/base/266903
Log:
Update default callchain depth to 16 to match kernel
MFC after: 1 week
Modified:
head/usr.sbin/pmcstat/pmcstat.h
Modified: head/usr.sbin/pmcstat/pmcstat.h
==============================================================================
--- head/usr.sbin/pmcstat/pmcstat.h Fri May 30 19:45:21 2014 (r266902)
+++ head/usr.sbin/pmcstat/pmcstat.h Fri May 30 20:12:47 2014 (r266903)
@@ -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-head
mailing list