diff options
Diffstat (limited to 'gprof/gprof.h')
-rw-r--r-- | gprof/gprof.h | 1 |
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 */ |