Home
last modified time | relevance | path

Searched refs:pmcstat_cgnode (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/usr.sbin/pmcstat/
H A Dpmcpl_callgraph.c93 static struct pmcstat_cgnode *
96 struct pmcstat_cgnode *cg; in pmcstat_cgnode_allocate()
117 struct pmcstat_cgnode *cgc, *cgtmp; in pmcstat_cgnode_free()
129 static struct pmcstat_cgnode *
136 struct pmcstat_cgnode *cg; in pmcstat_cgnode_hash_lookup_pc()
223 static struct pmcstat_cgnode *
227 struct pmcstat_cgnode *child; in pmcstat_cgnode_find()
304 malloc(sizeof(struct pmcstat_cgnode *) * in pmcstat_cgnode_print()
336 struct pmcstat_cgnode *parent, *child; in pmcpl_cg_process()
412 struct pmcstat_cgnode **sortbuffer, **cgn; in pmcstat_callgraph_print_for_pmcid()
[all …]
H A Dpmcpl_callgraph.h40 struct pmcstat_cgnode { struct
45 LIST_ENTRY(pmcstat_cgnode) pcg_sibling; argument
46 LIST_HEAD(,pmcstat_cgnode) pcg_children;
50 struct pmcstat_cgnode *pch_cgnode;
H A Dpmcpl_gprof.c272 pmcstat_cgnode_do_gmon_arcs(struct pmcstat_cgnode *cg, pmc_id_t pmcid) in pmcstat_cgnode_do_gmon_arcs()
274 struct pmcstat_cgnode *cgc; in pmcstat_cgnode_do_gmon_arcs()