summaryrefslogtreecommitdiff
path: root/gprof/gprof.texi
Commit message (Collapse)AuthorAgeFilesLines
* * gprof.texi (Deprecated Options): Move introduction out of the table.Alan Modra2010-10-291-2/+2
|
* Add directory section for info document.Alan Modra2010-10-281-6/+5
|
* * gprof.texi (Sampling Error): Note that call counts and basicNick Clifton2010-06-081-4/+8
| | | | | block counts are only reliable for multi-threaded applications if the counting function itself is thread safe.
* etc/ChangeLogNick Clifton2010-06-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | * standards.texi: Relicense under GFDL v1.3. * fdl.texi: Replace with v1.3 text. gas/ChangeLog * doc/as.texinfo: Replace abbreviated 20th century year numbers with full versions. gprof/ChangeLog * gprof.texi: Replace abbreviated 20th century year numbers with full versions. ld/ChangeLog * fdl.texi: Replace with v1.3 text. * ld.texinfo: Replace abbreviated 20th century year numbers with full versions. * ldint.texinfo: Likewise. Relicense under GFDL v1.3. Replace text of v1.1 FDL with an include of the fdl.texi file.
* * corefile.c (num_of_syms_in): New function - computes the numberNick Clifton2009-06-121-4/+12
| | | | | | | | | | | | | | of symbols in a given file. (core_create_syms_from): New function - populates a symbol table from the symbols found in a specified file. * corefile.h: Prototype core_create_syms_from. * gprof.c (long_options): Add --external-symbol-table. (usage): Mention it. (main): Initiailize external_symbol_table from --external-symbol-table option. If set use it. * gprof.texi: Document the new option. * NEWS: Mention new feature added to gprof.
* PR 7099Nick Clifton2009-01-031-0/+14
| | | | | * gprof.texi (Compiling): Mention the need for using -static-libgcc on shared library systems.
* Change documentation license to FDL v1.3Nick Clifton2008-11-191-371/+8
|
* * gprof.texi: Refer readers to the gcov tool if they want line-by-line ↵Nick Clifton2007-06-201-40/+32
| | | | profiling.
* 2007-05-24 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2007-05-241-1/+0
| | | | * gprof.texi: Remove orphaned "@end ignore".
* Use @copying around copyright noticesNick Clifton2007-05-221-11/+5
|
* * hist.h (struct histogram)Vladimir Prus2007-04-101-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (histograms, num_histograms): New. * hist.c (find_histogram, find_histogram_for_pc) (read_histogram_header): New. (s_lowpc, s_highpc, lowpc, highpc, hist_num_bins) (hist_sample): Remove. (hist_read_rec): Use the above, and handle multiple histogram records with disjoint address ranges. (hist_write_hist): Support several histogram records. (scale_and_align_entries): Adjust for multiple histograms. (hist_assign_samples_1): New. (hist_assign_samples): Use the above. (hist_clip_symbol_address): New. * hist.h (hist_check_address) (hist_clip_symbol_address): Declare. * gmon_io.c (gmon_out_read, gmon_out_write): Adjust handling of legacy format for multiple histogram changes. * corefile.c (find_call): Check for core_text_space and clip symbol address range here. * vax.c (vax_find_call): Don't check for core_text_space, or clip the symbol's address range here. Use hist_check_address to check call's target address. * sparc.c: Likewise. * tahoe.c: Likewise. * i386.c: Likewise. * mips.c: Likewise. Also use core_text_sect->vma as the base address for code accesses, just like other machine-specific routines do. * gprof.texi: Adjust for the new logic.
* bfd/Richard Sandiford2007-03-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 200x-xx-xx Richard Sandiford <richard@codesourcery.com> Phil Edwards <phil@codesourcery.com> * doc/bfd.texinfo: Put the contents after the title page rather than at the end of the document. binutils/ 200x-xx-xx Richard Sandiford <richard@codesourcery.com> Phil Edwards <phil@codesourcery.com> * doc/binutils.texi: Put the contents after the title page rather than at the end of the document. gas/ 200x-xx-xx Richard Sandiford <richard@codesourcery.com> Phil Edwards <phil@codesourcery.com> * doc/as.texinfo: Put the contents after the title page rather than at the end of the document. gprof/ 200x-xx-xx Richard Sandiford <richard@codesourcery.com> Phil Edwards <phil@codesourcery.com> * gprof.texi: Put the contents after the title page rather than at the end of the document. ld/ 200x-xx-xx Richard Sandiford <richard@codesourcery.com> Phil Edwards <phil@codesourcery.com> * ld.texinfo: Put the contents after the title page rather than at the end of the document.
* bfd:Joseph Myers2007-03-221-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am (bfdver.h): Only set VERSION_PACKAGE in bfdver.texi if nonempty. * configure.in (REPORT_BUGS_TO): Do not use "URL:" prefix. * Makefile.in, configure, doc/Makefile.in: Regenerate. binutils: * doc/binutils.texi: Include VERSION_PACKAGE when reporting version. gas: * doc/as.texinfo: Include VERSION_PACKAGE when reporting version. gprof: * Makefile.am (TEXI2POD): Include $(AM_MAKEINFOFLAGS). (AM_MAKEINFOFLAGS, TEXI2DVI): Define with -I ../bfd/doc. * Makefile.in: Regenerate. * gprof.texi: Include bfdver.texi. Report both VERSION_PACKAGE and VERSION. ld: * ld.texinfo: Include VERSION_PACKAGE when reporting version.
* * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.Bob Wilson2006-10-171-4/+4
|
* * gprof.texi: Fix install failure.Thiemo Seufer2006-09-261-1/+1
|
* * gprof.texi: Use TeX-style quotes and em-dashes consistently.Bob Wilson2006-09-251-179/+185
| | | | | | | | | | Specify section names in cross references. Fix typos. Omit "next", "previous" and "up" fields from @node lines. (SYNOPSIS): Show map_file argument to --file-ordering. (Compiling): Remove extra, truncated lines from example output. (Cycles): Fix references to "called" field. (Internals): Allow hyphenation between file:function names. (GNU Free Documentation License): Update formatting to match fdl.texi.
* Fix spelling typosNick Clifton2006-07-241-5/+5
|
* Update the address of the FSFNick Clifton2005-05-091-1/+1
|
* update copyright datesAlan Modra2005-03-031-1/+1
|
* * gprof.texi (Output Options): Correct last patch to use @itemx, notBen Elliston2004-05-171-2/+2
| | | | @item, for options with long option alternatives.
* * gprof.texi (Introduction): Update synopsis.Ben Elliston2004-05-171-2/+14
| | | | | | (Output Options): Document -r and -R. (Analysis Options): Document -t, --table-length. (Miscellaneous Options): Document -h, --help.
* Fix 'the the' typoNick Clifton2003-11-061-1/+1
|
* Minor text correctionsNick Clifton2003-10-311-3/+33
|
* Update documentationNick Clifton2003-10-291-8/+28
|
* (Executing the Program): Add documentation on how to use bbconv.pl.Ulrich Drepper2002-07-301-1/+15
|
* 2002-03-07 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-03-081-2/+2
| | | | * gprof.texi: Wrap @menu in @ifnottex, not @ifinfo.
* Bytes stored in target order, not host order.Nick Clifton2001-06-121-3/+3
|
* man page generation from gprof.texi by Stephane CarrezAlan Modra2001-04-061-8/+113
|
* Fix typos in ChangeLog; fix dates in copyright noticesNick Clifton2001-03-131-0/+2
|
* Add GNU Free Documentation LicenseNick Clifton2000-11-061-28/+380
|
* Add optional style argument to --demangle switch.Nick Clifton2000-07-201-3/+5
|
* Eli Zaretskii's DOSish file name patches.Alan Modra2000-05-261-44/+47
|
* Fix typo.Andreas Schwab1999-06-141-1/+1
|
* Initial revisionRichard Henderson1999-05-031-0/+2028