summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/amd64.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved the definition of the machine-independent macro UNITS_TO_CODEbde2002-02-211-1/+1
| | | | | | | | | | from <number of machines> machine-dependent headers to the one non-header here it is used so that it is easier to fix. This macro just divides the machine-dependent offset OFFSET_OF_CODE by the machine-independent scale factor sizeof(UNIT), as required for bug for bug compatibility with the scaling of pc's in gprof.c. UNIT is the type of a profiling counter, and its size has nothing to do with the correct scale factor except both are usually 2.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+44
OpenPOWER on IntegriCloud