aboutsummaryrefslogtreecommitdiff
path: root/gprof/gprof.h
diff options
context:
space:
mode:
authorConrad Hoffmann <ch@bitfehler.net>2013-11-21 13:13:06 +0000
committerNick Clifton <nickc@redhat.com>2013-11-21 13:13:06 +0000
commit630b051036e446754f13d1f07cfd6de0612a90de (patch)
treeea54ec9363d151c752d57a703f18c2d75a2634b4 /gprof/gprof.h
parent97122a4cffdf7d9adfdef451498e92d4e46b5783 (diff)
downloadfsf-binutils-gdb-630b051036e446754f13d1f07cfd6de0612a90de.zip
fsf-binutils-gdb-630b051036e446754f13d1f07cfd6de0612a90de.tar.gz
fsf-binutils-gdb-630b051036e446754f13d1f07cfd6de0612a90de.tar.bz2
* gprof.c (inline_file_names): New variable.
(OPTION_INLINE_FILE_NAMES): Define. (long_options): Add --inline-file-names. (usage): Likewise. (main): Process --inline-file-names. * gprof.h: Add prototype for inline_file_names. * utils.c (print_name_only): Handle inline_file_names. * gprof.texi: Document new command line option.
Diffstat (limited to 'gprof/gprof.h')
-rw-r--r--gprof/gprof.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gprof/gprof.h b/gprof/gprof.h
index 69527fc..c919ea4 100644
--- a/gprof/gprof.h
+++ b/gprof/gprof.h
@@ -126,6 +126,7 @@ extern bfd_boolean line_granularity; /* function or line granularity? */
extern bfd_boolean print_descriptions; /* output profile description */
extern bfd_boolean print_path; /* print path or just filename? */
extern bfd_boolean ignore_non_functions; /* Ignore non-function symbols. */
+extern bfd_boolean inline_file_names; /* print file names after symbols */
extern File_Format file_format; /* requested file format */