Home
last modified time | relevance | path

Searched refs:pmcr (Results 1 – 9 of 9) sorted by relevance

/freebsd-9-stable/usr.sbin/pmcstat/
Dpmcpl_callgraph.c322 pmcpl_cg_process(struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr, in pmcpl_cg_process() argument
342 pmcid = pmcr->pr_pmcid; in pmcpl_cg_process()
346 pmcr->pr_dubious_frames++; in pmcpl_cg_process()
401 pmcstat_callgraph_print_for_pmcid(struct pmcstat_pmcrecord *pmcr) in pmcstat_callgraph_print_for_pmcid() argument
417 pmcid = pmcr->pr_pmcid; in pmcstat_callgraph_print_for_pmcid()
444 pmcstat_string_unintern(pmcr->pr_pmcname), in pmcstat_callgraph_print_for_pmcid()
463 struct pmcstat_pmcrecord *pmcr; in pmcstat_callgraph_print() local
465 LIST_FOREACH(pmcr, &pmcstat_pmcs, pr_next) in pmcstat_callgraph_print()
466 pmcstat_callgraph_print_for_pmcid(pmcr); in pmcstat_callgraph_print()
583 struct pmcstat_pmcrecord *pmcr; in pmcpl_cg_topdisplay() local
[all …]
Dpmcpl_annotate.c79 pmcpl_annotate_process(struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr, in pmcpl_annotate_process() argument
87 (void) pmcr; (void) nsamples; (void) usermode; (void) cpu; in pmcpl_annotate_process()
Dpmcstat_log.c166 struct pmcstat_pmcrecord *pmcr, uint32_t nsamples,
1349 struct pmcstat_pmcrecord *pmcr; in pmcstat_analyze_log() local
1435 pmcr = pmcstat_lookup_pmcid(ev.pl_u.pl_s.pl_pmcid); in pmcstat_analyze_log()
1436 assert(pmcr != NULL); in pmcstat_analyze_log()
1437 pmcr->pr_samples++; in pmcstat_analyze_log()
1446 pp, pmcr, 1, &pc, in pmcstat_analyze_log()
1449 pp, pmcr, 1, &pc, in pmcstat_analyze_log()
1470 pmcr = pmcstat_lookup_pmcid(ev.pl_u.pl_cc.pl_pmcid); in pmcstat_analyze_log()
1471 assert(pmcr != NULL); in pmcstat_analyze_log()
1472 pmcr->pr_samples++; in pmcstat_analyze_log()
[all …]
Dpmcpl_gprof.c294 struct pmcstat_pmcrecord *pmcr; in pmcstat_callgraph_do_gmon_arcs() local
296 LIST_FOREACH(pmcr, &pmcstat_pmcs, pr_next) in pmcstat_callgraph_do_gmon_arcs()
297 pmcstat_callgraph_do_gmon_arcs_for_pmcid(pmcr->pr_pmcid); in pmcstat_callgraph_do_gmon_arcs()
395 pmcpl_gmon_process(struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr, in pmcpl_gmon_process() argument
417 pmcid = pmcr->pr_pmcid; in pmcpl_gmon_process()
Dpmcpl_annotate.h38 struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr,
Dpmcpl_calltree.h36 struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr,
Dpmcpl_gprof.h40 struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr,
Dpmcpl_callgraph.h61 struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr,
Dpmcpl_calltree.c721 pmcpl_ct_process(struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr, in pmcpl_ct_process() argument
738 pmcin = pmcr->pr_pmcin; in pmcpl_ct_process()
761 pmcr->pr_dubious_frames++; in pmcpl_ct_process()