Searched refs:pmcstat_pcmap (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcstat_log.h41 * associated with a set of pmcstat_pcmap structures that map
56 TAILQ_HEAD(,pmcstat_pcmap) pp_map; /* address range map */
119 * A 'pmcstat_pcmap' structure maps a virtual address range to an
122 struct pmcstat_pcmap { struct
123 TAILQ_ENTRY(pmcstat_pcmap) ppm_next;
186 struct pmcstat_pcmap *pmcstat_process_find_map(struct pmcstat_process *_p,
H A Dpmcpl_annotate.c82 struct pmcstat_pcmap *map;
H A Dpmcstat_log.c109 * pmcstat_pcmap structures track per-image mappings.
853 struct pmcstat_pcmap *pcm, *pcmnew;
894 struct pmcstat_pcmap *pcm, *pcmtmp, *pcmnew;
1232 struct pmcstat_pcmap *ppm, *ppmtmp;
1319 struct pmcstat_pcmap *
1322 struct pmcstat_pcmap *ppm;
1347 struct pmcstat_pcmap *ppm, *ppmtmp;
2139 struct pmcstat_pcmap *ppm, *ppmtmp;
H A Dpmcpl_callgraph.c129 struct pmcstat_pcmap *ppm;
328 struct pmcstat_pcmap *ppm;
H A Dpmcpl_gprof.c398 struct pmcstat_pcmap *map;
H A Dpmcpl_calltree.c728 struct pmcstat_pcmap *ppm[PMC_CALLCHAIN_DEPTH_MAX];

Completed in 77 milliseconds