Searched hist:"4 cd016e8fd79a4e78b95e1cc843a99e01327885b" (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/gprof/ |
H A D | gprof.c | diff 4cd016e8fd79a4e78b95e1cc843a99e01327885b Thu Feb 21 08:12:57 CET 2002 Bruce Evans <bde@FreeBSD.org> Moved the definition of the machine-independent macro UNITS_TO_CODE 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. diff 4cd016e8fd79a4e78b95e1cc843a99e01327885b Thu Feb 21 08:12:57 CET 2002 Bruce Evans <bde@FreeBSD.org> Moved the definition of the machine-independent macro UNITS_TO_CODE 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.
|
H A D | gprof.h | diff 4cd016e8fd79a4e78b95e1cc843a99e01327885b Thu Feb 21 08:12:57 CET 2002 Bruce Evans <bde@FreeBSD.org> Moved the definition of the machine-independent macro UNITS_TO_CODE 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. diff 4cd016e8fd79a4e78b95e1cc843a99e01327885b Thu Feb 21 08:12:57 CET 2002 Bruce Evans <bde@FreeBSD.org> Moved the definition of the machine-independent macro UNITS_TO_CODE 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.
|