From: Nicholas Nethercote Date: Fri, 3 May 2002 17:54:51 +0000 (+0000) Subject: Removed description of cachegrind.out file format, since it's now in the tech X-Git-Tag: svn/VALGRIND_1_0_3~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2c63ce9e09dca93700cdac4c9634cb4de922f7;p=thirdparty%2Fvalgrind.git Removed description of cachegrind.out file format, since it's now in the tech docs. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@199 --- diff --git a/cachegrind/cg_annotate.in b/cachegrind/cg_annotate.in index 088f79b267..eb7e5dd3ed 100644 --- a/cachegrind/cg_annotate.in +++ b/cachegrind/cg_annotate.in @@ -30,52 +30,10 @@ # The GNU General Public License is contained in the file LICENSE. #---------------------------------------------------------------------------- -# Annotator for valgrind --cachesim=yes. +# Annotator for cachegrind. # -# Input file has the following format: -# ::= * -# + -# ::= "desc:" ? -# ::= "cmd:" ? -# ::= "events:" ? ( )+ -# ::= | | -# ::= ("fl=" | "fi=" | "fe=" ) -# ::= "fn=" -# ::= ? ( )+ -# ::= "summary:" ? ( )+ -# ::= | "." +# File format is described in /docs/techdocs.html. # -# where -# -# is any string not containing a newline -# is a command line invocation -# and can be anything -# and are decimal numbers -# is whitespace. -# is a newline -# -# The contents of the "desc:" lines is printed out at the top of the summary. -# This is a generic way of providing simulation specific information, eg. for -# giving the cache configuration for cache simulation. -# -# Counts can be ".", to represent "N/A". -# -# The number of counts in each and the should not exceed -# the number of events in the . If the number in each is -# less, we use "." for the the missing counts (the last however-many). -# -# A changes the current file name. A changes the current -# function name. A contains counts that pertain to the current -# filename/fn_name. A "fn=" and a must appear before any -# s to give the context of the first s. -# -# Each should be immediately followed by a . "fi=" -# are used to switch filenames for inlined functions; "fe=" -# are similar, but are put at the end of a basic block in which -# the file name hasn't been switched back to the original file name. (fi and -# fe lines behave the same, they are only distinguished to help debugging.) -# -#---------------------------------------------------------------------------- # Performance improvements record, using cachegrind.out for cacheprof, doing no # source annotation (irrelevant ones removed): # user time diff --git a/vg_annotate.in b/vg_annotate.in index 088f79b267..eb7e5dd3ed 100644 --- a/vg_annotate.in +++ b/vg_annotate.in @@ -30,52 +30,10 @@ # The GNU General Public License is contained in the file LICENSE. #---------------------------------------------------------------------------- -# Annotator for valgrind --cachesim=yes. +# Annotator for cachegrind. # -# Input file has the following format: -# ::= * -# + -# ::= "desc:" ? -# ::= "cmd:" ? -# ::= "events:" ? ( )+ -# ::= | | -# ::= ("fl=" | "fi=" | "fe=" ) -# ::= "fn=" -# ::= ? ( )+ -# ::= "summary:" ? ( )+ -# ::= | "." +# File format is described in /docs/techdocs.html. # -# where -# -# is any string not containing a newline -# is a command line invocation -# and can be anything -# and are decimal numbers -# is whitespace. -# is a newline -# -# The contents of the "desc:" lines is printed out at the top of the summary. -# This is a generic way of providing simulation specific information, eg. for -# giving the cache configuration for cache simulation. -# -# Counts can be ".", to represent "N/A". -# -# The number of counts in each and the should not exceed -# the number of events in the . If the number in each is -# less, we use "." for the the missing counts (the last however-many). -# -# A changes the current file name. A changes the current -# function name. A contains counts that pertain to the current -# filename/fn_name. A "fn=" and a must appear before any -# s to give the context of the first s. -# -# Each should be immediately followed by a . "fi=" -# are used to switch filenames for inlined functions; "fe=" -# are similar, but are put at the end of a basic block in which -# the file name hasn't been switched back to the original file name. (fi and -# fe lines behave the same, they are only distinguished to help debugging.) -# -#---------------------------------------------------------------------------- # Performance improvements record, using cachegrind.out for cacheprof, doing no # source annotation (irrelevant ones removed): # user time