Home
last modified time | relevance | path

Searched refs:arctype (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h165 typedef struct arcstruct arctype; typedef
247 arctype *parents; /* list of caller arcs */
248 arctype *children; /* list of callee arcs */
357 int arccmp(arctype *, arctype *);
358 arctype *arclookup(nltype *, nltype *);
H A Dprintgprof.c396 arctype *arcp; in printparents()
450 arctype *arcp; in printchildren()
549 arctype *arcp; in sortchildren()
550 arctype *detachedp; in sortchildren()
551 arctype sorted; in sortchildren()
552 arctype *prevp; in sortchildren()
595 arctype *arcp; in sortparents()
596 arctype *detachedp; in sortparents()
597 arctype sorted; in sortparents()
598 arctype *prevp; in sortparents()
[all …]
H A Darcs.c42 arctype *arcp; in addarc()
78 arcp = (arctype *)calloc(1, sizeof (*arcp)); in addarc()
116 arctype *arcp; in timepropagate()
244 arctype *arcp; in cyclelink()
365 arctype *arcp; in inheritflags()
438 arctype *parentsp; in check_ancestors()
457 arctype *parentsp; in check_parents()
579 arctype *arcp; in doarcs()
H A Dlookup.c94 arctype *
97 arctype *arcp; in arclookup()
H A Dcalls.c53 (arctype *)0, /* list of caller arcs */
54 (arctype *)0, /* list of callee arcs */
H A Ddfn.c52 arctype *arcp; in dfn()
H A Dgprof.c269 arctype *arcp; in dump_callgraph()
402 arctype *arcp; in dump_pcsamples()
603 arctype *arcp; in dumpsum_ostyle()