X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gprof%2Fgprof.h;h=c919ea437c4215c5a7875db2dbb4662e13637493;hb=9f71dacbc30de66a7eb693d4deca935514b682bd;hp=a651699f238de72fdffb348f4b505dff6ad06d09;hpb=01f0fe5e0450edf168c1f612feb93cf588e4e7ea;p=deliverable%2Fbinutils-gdb.git diff --git a/gprof/gprof.h b/gprof/gprof.h index a651699f23..c919ea437c 100644 --- a/gprof/gprof.h +++ b/gprof/gprof.h @@ -33,11 +33,11 @@ #include "sysdep.h" #include "bfd.h" -/* Undefine the BFD PACKAGE and VERSION macros before including the - gprof config.h file. */ #undef PACKAGE -#undef VERSION - +#undef PACKAGE_NAME +#undef PACKAGE_STRING +#undef PACKAGE_TARNAME +#undef PACKAGE_VERSION #include "gconfig.h" #ifndef MIN @@ -68,8 +68,6 @@ #define _(String) gettext (String) #endif -#include "bin-bugs.h" - #define STYLE_FLAT_PROFILE (1<<0) #define STYLE_CALL_GRAPH (1<<1) #define STYLE_SUMMARY_FILE (1<<2) @@ -121,7 +119,6 @@ extern int output_style; extern int output_width; /* controls column width in index */ extern bfd_boolean bsd_style_output; /* as opposed to FSF style output */ extern bfd_boolean demangle; /* demangle symbol names? */ -extern bfd_boolean discard_underscores; /* discard leading underscores? */ extern bfd_boolean ignore_direct_calls; /* don't count direct calls */ extern bfd_boolean ignore_static_funcs; /* suppress static functions */ extern bfd_boolean ignore_zeros; /* ignore unused symbols/files */ @@ -129,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 */