diff options
Diffstat (limited to 'gprof/gprof.h')
-rw-r--r-- | gprof/gprof.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gprof/gprof.h b/gprof/gprof.h index e4177a9..94fee0d 100644 --- a/gprof/gprof.h +++ b/gprof/gprof.h @@ -128,6 +128,8 @@ extern bool ignore_zeros; /* ignore unused symbols/files */ extern bool line_granularity; /* function or line granularity? */ extern bool print_descriptions; /* output profile description */ extern bool print_path; /* print path or just filename? */ +extern bool ignore_non_functions;/* Ignore non-function symbols. */ + extern File_Format file_format; /* requested file format */ extern bool first_output; /* no output so far? */ |