svn commit: r267406 - stable/9/usr.sbin/pmcstat
Ed Maste
emaste at FreeBSD.org
Thu Jun 12 16:17:01 UTC 2014
Author: emaste
Date: Thu Jun 12 16:17:01 2014
New Revision: 267406
URL: http://svnweb.freebsd.org/changeset/base/267406
Log:
MFC r266903:
Update default callchain depth to 16 to match kernel
Approved by: re
Modified:
stable/9/usr.sbin/pmcstat/pmcstat.h
Directory Properties:
stable/9/usr.sbin/pmcstat/ (props changed)
Modified: stable/9/usr.sbin/pmcstat/pmcstat.h
==============================================================================
--- stable/9/usr.sbin/pmcstat/pmcstat.h Thu Jun 12 16:16:11 2014 (r267405)
+++ stable/9/usr.sbin/pmcstat/pmcstat.h Thu Jun 12 16:17:01 2014 (r267406)
@@ -60,7 +60,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-9
mailing list