| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove MD bits for unsupported architectures. | Tim J. Robbins | 2003-10-30 | 12 | -1238/+1 |
* | Remove 2 more unused doc Makefiles. | Tom Rhodes | 2003-02-04 | 1 | -12/+0 |
* | Add powerpc.h. Still missing powerpc.[ch] in gprof, but this gets | Peter Grehan | 2002-12-10 | 1 | -0/+3 |
* | mdoc(7) police: back out unproved changes in previous revision; | Ruslan Ermilov | 2002-11-26 | 1 | -4/+4 |
* | Remove done() which was just exit() so use of warn()/err() can be made. Abort | Philippe Charnier | 2002-10-16 | 20 | -198/+238 |
* | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 9 | -13/+20 |
* | Fix preprocessor directive syntax (text after #endif). | Garrett Wollman | 2002-05-30 | 6 | -53/+61 |
* | Check for defined(__i386__) instead of just defined(i386) since the compiler | Alfred Perlstein | 2002-05-30 | 1 | -1/+1 |
* | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 1 | -6/+7 |
* | Include <stdint.h> for definition of intmax_t and/or uintmax_t. | Mike Barcroft | 2002-03-25 | 1 | -0/+1 |
* | Make this build on sparc64. | Jake Burkholder | 2002-03-10 | 3 | -0/+60 |
* | Support runtime specification of the history counter type by whatever | Bruce Evans | 2002-03-06 | 2 | -18/+51 |
* | Fixed some misspellings of 2 as sizeof(UNIT) so that they won't break | Bruce Evans | 2002-03-06 | 3 | -13/+19 |
* | Fixed printf format errors. In printgprof.c, also convert the scale | Bruce Evans | 2002-02-21 | 4 | -39/+39 |
* | Added missing copyright. Obtain one and a vendor id from gprof.c. aout.c | Bruce Evans | 2002-02-21 | 2 | -2/+83 |
* | Fixed a missing variable declaration so that gprof compiles with -DDEBUG. | Bruce Evans | 2002-02-21 | 1 | -0/+3 |
* | Moved the definition of the machine-independent macro UNITS_TO_CODE | Bruce Evans | 2002-02-21 | 11 | -9/+12 |
* | Oops, forgot to remove the `beforeinstall' block. | Ruslan Ermilov | 2001-12-17 | 1 | -5/+0 |
* | Install files via FILES. | Ruslan Ermilov | 2001-12-17 | 1 | -0/+2 |
* | mdoc(7) police: kill whitespace at EOL. | Ruslan Ermilov | 2001-11-20 | 1 | -1/+1 |
* | Add -K support to gprof(1), which enables dynamic symbol resolution from | Brian Feldman | 2001-10-30 | 5 | -3/+87 |
* | Add ia64 support (stubs, just like i386, alpha) | Peter Wemm | 2001-10-23 | 3 | -0/+61 |
* | Add hint about how we name profiled libraries (append _p at the right place). | Jens Schweikhardt | 2001-08-14 | 1 | -0/+11 |
* | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -7/+7 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | Ruslan Ermilov | 2001-07-10 | 1 | -1/+1 |
* | * include/elf.h has been repo copied to include/elf-hints.h, and it no | David E. O'Brien | 2001-05-02 | 1 | -1/+6 |
* | Grammar police: "its", not "it's", is the possessive form of "it". | Dima Dorfman | 2001-04-15 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-19 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -4/+4 |
* | Remove single-space hard sentence breaks. These degrade the quality | Sheldon Hearn | 2000-03-01 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 5 | -5/+5 |
* | Enable gprof on alpha. | Hidetoshi Shimokawa | 1999-07-16 | 4 | -4/+62 |
* | Add $Id$, to make it simpler for members of the translation teams to | Nik Clayton | 1999-07-12 | 1 | -0/+1 |
* | Don't ignore weak symbols. | Dmitrij Tejblum | 1999-07-03 | 1 | -1/+0 |
* | Construct the profile file name from the name of the executable. A program | Jean-Marc Zucconi | 1999-05-23 | 3 | -14/+13 |
* | Make profiling work for ELF. gprof now autodetects the format of | John Polstra | 1998-09-07 | 6 | -208/+345 |
* | Change MACHINE to MACHINE_ARCH to support MACHINE=pc98. | John Birrell | 1998-09-05 | 1 | -1/+1 |
* | Don't ignore symbols containing "$". C++ destructors and other | John Polstra | 1998-08-08 | 1 | -4/+3 |
* | Revert to original style. | Philippe Charnier | 1997-07-15 | 2 | -5/+8 |
* | 32-bit counters aren't large enough for 100+MHz clocks. Use 64-bit | Bruce Evans | 1997-07-13 | 1 | -1/+1 |
* | Fix typo I introduced during last commit. | Philippe Charnier | 1997-07-11 | 1 | -2/+2 |
* | Use err(3). | Philippe Charnier | 1997-07-10 | 5 | -43/+42 |
* | Sort cross references. | Wolfram Schneider | 1997-01-15 | 1 | -3/+3 |
* | Use a (signed) int32_t counter instead of an `unsigned int' counter | Bruce Evans | 1996-10-16 | 1 | -1/+1 |
* | Print times/call in ns if hz >= 10e7. hz will be this large for high | Bruce Evans | 1996-06-08 | 1 | -3/+8 |
* | Correct some man page cross references and file location references. | Mike Pritchard | 1996-04-07 | 1 | -1/+1 |
* | Xref clocks(7). | Joerg Wunsch | 1996-04-05 | 1 | -0/+1 |
* | Another round of man page cleanups. | Mike Pritchard | 1996-02-12 | 1 | -3/+3 |
* | Implemented non-statistical kernel profiling. This is based on | Bruce Evans | 1995-12-29 | 1 | -0/+4 |
* | Change `install' to `${INSTALL}' so that default install flags can be | Bruce Evans | 1995-07-25 | 1 | -1/+1 |