Searched defs:gmon_hist_hdr (Results 1 – 1 of 1) sorted by relevance
104 struct gmon_hist_hdr { struct105 uintptr_t low_pc; /* base pc address of sample buffer */106 uintptr_t high_pc; /* max pc address of sampled buffer */107 uint32_t hist_size; /* size of sample buffer */108 uint32_t prof_rate; /* profiling clock rate */109 char dimen[15]; /* phys. dim., usually "seconds" */110 char dimen_abbrev; /* usually 's' for "seconds" */
Completed in 2 milliseconds