From: Nicholas Nethercote Date: Thu, 14 Nov 2002 16:18:55 +0000 (+0000) Subject: Changed some out-of-date instances of "vg_annotate" into "cg_annotate". X-Git-Tag: svn/VALGRIND_1_9_4~131 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=718d2a417c32c1ee10488c58700116674969ca6d;p=thirdparty%2Fvalgrind.git Changed some out-of-date instances of "vg_annotate" into "cg_annotate". git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1316 --- diff --git a/cachegrind/cg_annotate.in b/cachegrind/cg_annotate.in index 40c804b18f..d6f1848e49 100644 --- a/cachegrind/cg_annotate.in +++ b/cachegrind/cg_annotate.in @@ -3,7 +3,7 @@ ##--------------------------------------------------------------------## ##--- The cache simulation framework: instrumentation, recording ---## ##--- and results printing. ---## -##--- vg_annotate ---## +##--- cg_annotate.in ---## ##--------------------------------------------------------------------## # This file is part of Cachegrind, a Valgrind skin for cache @@ -142,7 +142,7 @@ my $version = "@VERSION@"; # Usage message. my $usage = < [source-files] +usage: cg_annotate [options] -- [source-files] options for the user, with defaults in [ ], are: -h --help show this message @@ -180,7 +180,7 @@ sub process_cmd_line() # --version if ($arg =~ /^-v$|^--version$/) { - die("vg_annotate-$version\n"); + die("cg_annotate-$version\n"); # --show=A,B,C } elsif ($arg =~ /^--show=(.*)$/) { @@ -901,7 +901,7 @@ my $threshold_files = print_summary_and_fn_totals(); annotate_ann_files($threshold_files); ##--------------------------------------------------------------------## -##--- end vg_annotate.in ---## +##--- end cg_annotate.in ---## ##--------------------------------------------------------------------##