Date: Fri, 30 May 2014 20:12:47 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266903 - head/usr.sbin/pmcstat Message-ID: <201405302012.s4UKClKp055670@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405302012.s4UKClKp055670>