Searched refs:prof_func (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c232 ProfFunction prof_func; local
265 prof_func.next_to = 0;
267 prof_func.next_to = cur_offset +
283 prof_func.next_from = 0;
285 prof_func.next_from = cur_offset +
289 prof_func.frompc =
293 prof_func.topc = mi->load_base +
295 prof_func.count = arcp->arc_count;
298 if (fwrite(&prof_func, sizeof (ProfFunction),

Completed in 56 milliseconds