Add the name of the input file to cg_annotate's output.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5401
This commit is contained in:
Nicholas Nethercote 2005-12-22 06:14:42 +00:00
parent d953cd832c
commit 9f216ffd28

View File

@ -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");