From ab11c884f622e88a3f8ffbfcff31acc23bc660af Mon Sep 17 00:00:00 2001 From: emaste Date: Fri, 6 Jun 2014 01:35:52 +0000 Subject: [PATCH] MFC r266903: Update default callchain depth to 16 to match kernel git-svn-id: svn://svn.freebsd.org/base/stable/10@267143 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- usr.sbin/pmcstat/pmcstat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pmcstat/pmcstat.h b/usr.sbin/pmcstat/pmcstat.h index a3738c1c1..29dfeb790 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 -- 2.45.0