Symbol: pmcstat_cgnode
usr.sbin/pmcstat/pmcpl_callgraph.c
114
pmcstat_cgnode_free(struct pmcstat_cgnode *cg)
usr.sbin/pmcstat/pmcpl_callgraph.c
116
struct pmcstat_cgnode *cgc, *cgtmp;
usr.sbin/pmcstat/pmcpl_callgraph.c
128
static struct pmcstat_cgnode *
usr.sbin/pmcstat/pmcpl_callgraph.c
135
struct pmcstat_cgnode *cg;
usr.sbin/pmcstat/pmcpl_callgraph.c
202
const struct pmcstat_cgnode *const *pcg1, *const *pcg2, *cg1, *cg2;
usr.sbin/pmcstat/pmcpl_callgraph.c
204
pcg1 = (const struct pmcstat_cgnode *const *) a;
usr.sbin/pmcstat/pmcpl_callgraph.c
206
pcg2 = (const struct pmcstat_cgnode *const *) b;
usr.sbin/pmcstat/pmcpl_callgraph.c
222
static struct pmcstat_cgnode *
usr.sbin/pmcstat/pmcpl_callgraph.c
223
pmcstat_cgnode_find(struct pmcstat_cgnode *parent, struct pmcstat_image *image,
usr.sbin/pmcstat/pmcpl_callgraph.c
226
struct pmcstat_cgnode *child;
usr.sbin/pmcstat/pmcpl_callgraph.c
255
pmcstat_cgnode_print(struct pmcstat_cgnode *cg, int depth, uint32_t total)
usr.sbin/pmcstat/pmcpl_callgraph.c
260
struct pmcstat_cgnode **sortbuffer, **cgn, *pcg;
usr.sbin/pmcstat/pmcpl_callgraph.c
302
if ((sortbuffer = (struct pmcstat_cgnode **)
usr.sbin/pmcstat/pmcpl_callgraph.c
303
malloc(sizeof(struct pmcstat_cgnode *) *
usr.sbin/pmcstat/pmcpl_callgraph.c
313
qsort(sortbuffer, cg->pcg_nchildren, sizeof(struct pmcstat_cgnode *),
usr.sbin/pmcstat/pmcpl_callgraph.c
335
struct pmcstat_cgnode *parent, *child;
usr.sbin/pmcstat/pmcpl_callgraph.c
411
struct pmcstat_cgnode **sortbuffer, **cgn;
usr.sbin/pmcstat/pmcpl_callgraph.c
423
if ((sortbuffer = (struct pmcstat_cgnode **)
usr.sbin/pmcstat/pmcpl_callgraph.c
424
malloc(sizeof(struct pmcstat_cgnode *) *
usr.sbin/pmcstat/pmcpl_callgraph.c
444
qsort(sortbuffer, nentries, sizeof(struct pmcstat_cgnode *),
usr.sbin/pmcstat/pmcpl_callgraph.c
475
pmcstat_cgnode_topprint(struct pmcstat_cgnode *cg,
usr.sbin/pmcstat/pmcpl_callgraph.c
482
struct pmcstat_cgnode **sortbuffer, **cgn, *pcg;
usr.sbin/pmcstat/pmcpl_callgraph.c
528
if ((sortbuffer = (struct pmcstat_cgnode **)
usr.sbin/pmcstat/pmcpl_callgraph.c
529
malloc(sizeof(struct pmcstat_cgnode *) *
usr.sbin/pmcstat/pmcpl_callgraph.c
539
qsort(sortbuffer, nchildren, sizeof(struct pmcstat_cgnode *),
usr.sbin/pmcstat/pmcpl_callgraph.c
599
struct pmcstat_cgnode **sortbuffer, **cgn;
usr.sbin/pmcstat/pmcpl_callgraph.c
616
if ((sortbuffer = (struct pmcstat_cgnode **)
usr.sbin/pmcstat/pmcpl_callgraph.c
617
malloc(sizeof(struct pmcstat_cgnode *) *
usr.sbin/pmcstat/pmcpl_callgraph.c
637
qsort(sortbuffer, nentries, sizeof(struct pmcstat_cgnode *),
usr.sbin/pmcstat/pmcpl_callgraph.c
92
static struct pmcstat_cgnode *
usr.sbin/pmcstat/pmcpl_callgraph.c
95
struct pmcstat_cgnode *cg;
usr.sbin/pmcstat/pmcpl_callgraph.h
45
LIST_ENTRY(pmcstat_cgnode) pcg_sibling;
usr.sbin/pmcstat/pmcpl_callgraph.h
46
LIST_HEAD(,pmcstat_cgnode) pcg_children;
usr.sbin/pmcstat/pmcpl_callgraph.h
50
struct pmcstat_cgnode *pch_cgnode;
usr.sbin/pmcstat/pmcpl_gprof.c
271
pmcstat_cgnode_do_gmon_arcs(struct pmcstat_cgnode *cg, pmc_id_t pmcid)
usr.sbin/pmcstat/pmcpl_gprof.c
273
struct pmcstat_cgnode *cgc;