Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h167 typedef struct arcstruct arctype; typedef
251 arctype *parents; /* list of caller arcs */
252 arctype *children; /* list of callee arcs */
361 int arccmp(arctype *, arctype *);
362 arctype *arclookup(nltype *, nltype *);
H A Dprintgprof.c395 arctype *arcp; in printparents()
449 arctype *arcp; in printchildren()
549 arctype *arcp; in sortchildren()
550 arctype *detachedp; in sortchildren()
551 arctype sorted; in sortchildren()
552 arctype *prevp; in sortchildren()
592 arctype *arcp; in sortparents()
593 arctype *detachedp; in sortparents()
594 arctype sorted; in sortparents()
595 arctype *prevp; in sortparents()
[all …]
H A Darcs.c39 arctype *arcp; in addarc()
75 arcp = (arctype *)calloc(1, sizeof (*arcp)); in addarc()
113 arctype *arcp; in timepropagate()
241 arctype *arcp; in cyclelink()
360 arctype *arcp; in inheritflags()
433 arctype *parentsp; in check_ancestors()
452 arctype *parentsp; in check_parents()
574 arctype *arcp; in doarcs()
H A Dlookup.c96 arctype *
99 arctype *arcp; in arclookup()
H A Dcalls.c55 (arctype *)0, /* list of caller arcs */
56 (arctype *)0, /* list of callee arcs */
H A Ddfn.c54 arctype *arcp; in dfn()
H A Dgprof.c233 arctype *arcp; in dump_callgraph()
366 arctype *arcp; in dump_pcsamples()
567 arctype *arcp; in dumpsum_ostyle()