gprof.h (3fc980b13595d56a312a2a0c752f76902a72b2f7) gprof.h (4cd016e8fd79a4e78b95e1cc843a99e01327885b)
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 73 unchanged lines hidden (view full) ---

82 */
83long hz;
84
85#ifdef GPROF4
86typedef int64_t UNIT;
87#else
88typedef u_short UNIT; /* unit of profiling */
89#endif
1/*
2 * Copyright (c) 1983, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 73 unchanged lines hidden (view full) ---

82 */
83long hz;
84
85#ifdef GPROF4
86typedef int64_t UNIT;
87#else
88typedef u_short UNIT; /* unit of profiling */
89#endif
90#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
91
90char *a_outname;
91#define A_OUTNAME "a.out"
92
93char *gmonname;
94#define GMONSUM "gmon.sum"
95
96 /*
97 * a constructed arc,

--- 255 unchanged lines hidden ---
92char *a_outname;
93#define A_OUTNAME "a.out"
94
95char *gmonname;
96#define GMONSUM "gmon.sum"
97
98 /*
99 * a constructed arc,

--- 255 unchanged lines hidden ---