Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jun 2014 16:17:01 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r267406 - stable/9/usr.sbin/pmcstat
Message-ID:  <201406121617.s5CGH1CC025446@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406121617.s5CGH1CC025446>