From: Nicholas Nethercote Date: Thu, 22 Dec 2005 06:14:42 +0000 (+0000) Subject: Add the name of the input file to cg_annotate's output. X-Git-Tag: svn/VALGRIND_3_2_0~473 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f216ffd28ebada6ee51446859025fd188076f82;p=thirdparty%2Fvalgrind.git Add the name of the input file to cg_annotate's output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5401 --- diff --git a/cachegrind/cg_annotate.in b/cachegrind/cg_annotate.in index 7148fa09e0..889c8f919d 100644 --- a/cachegrind/cg_annotate.in +++ b/cachegrind/cg_annotate.in @@ -497,6 +497,7 @@ sub print_options () print($fancy); print($desc); print("Command: $cmd\n"); + print("Data file: $input_file\n"); print("Events recorded: @events\n"); print("Events shown: @show_events\n"); print("Event sort order: @sort_events\n");