Searched refs:pmcid (Results 1 – 8 of 8) sorted by relevance
| /trueos/usr.sbin/pmcstat/ |
| HD | pmcpl_gprof.c | 168 pmc_id_t pmcid) in pmcstat_gmon_create_name() argument 173 pmcname = pmcstat_pmcid_to_name(pmcid); in pmcstat_gmon_create_name() 224 pmcstat_gmon_append_arc(struct pmcstat_image *image, pmc_id_t pmcid, in pmcstat_gmon_append_arc() argument 231 if ((pgf = pmcstat_image_find_gmonfile(image, pmcid)) == NULL) in pmcstat_gmon_append_arc() 249 pmcstat_image_find_gmonfile(struct pmcstat_image *image, pmc_id_t pmcid) in pmcstat_image_find_gmonfile() argument 253 if (pgf->pgf_pmcid == pmcid) in pmcstat_image_find_gmonfile() 259 pmcstat_cgnode_do_gmon_arcs(struct pmcstat_cgnode *cg, pmc_id_t pmcid) in pmcstat_cgnode_do_gmon_arcs() argument 269 pmcstat_gmon_append_arc(cg->pcg_image, pmcid, in pmcstat_cgnode_do_gmon_arcs() 272 pmcstat_cgnode_do_gmon_arcs(cgc, pmcid); in pmcstat_cgnode_do_gmon_arcs() 277 pmcstat_callgraph_do_gmon_arcs_for_pmcid(pmc_id_t pmcid) in pmcstat_callgraph_do_gmon_arcs_for_pmcid() argument [all …]
|
| HD | pmcpl_callgraph.c | 126 pmcstat_cgnode_hash_lookup_pc(struct pmcstat_process *pp, pmc_id_t pmcid, in pmcstat_cgnode_hash_lookup_pc() argument 163 if (h->pch_pmcid != pmcid) in pmcstat_cgnode_hash_lookup_pc() 182 h->pch_pmcid = pmcid; in pmcstat_cgnode_hash_lookup_pc() 332 pmc_id_t pmcid; in pmcpl_cg_process() local 342 pmcid = pmcr->pr_pmcid; in pmcpl_cg_process() 343 parent = pmcstat_cgnode_hash_lookup_pc(pp, pmcid, pc, usermode); in pmcpl_cg_process() 405 pmc_id_t pmcid; in pmcstat_callgraph_print_for_pmcid() local 417 pmcid = pmcr->pr_pmcid; in pmcstat_callgraph_print_for_pmcid() 426 if (pch->pch_pmcid == pmcid) { in pmcstat_callgraph_print_for_pmcid()
|
| HD | pmcstat_log.c | 1043 pmcstat_pmcid_add(pmc_id_t pmcid, pmcstat_interned_string ps) in pmcstat_pmcid_add() argument 1050 if (pr->pr_pmcid == pmcid) { in pmcstat_pmcid_add() 1063 pr->pr_pmcid = pmcid; in pmcstat_pmcid_add() 1083 pmcstat_pmcid_to_name(pmc_id_t pmcid) in pmcstat_pmcid_to_name() argument 1088 if (pr->pr_pmcid == pmcid) in pmcstat_pmcid_to_name() 1131 pmcstat_lookup_pmcid(pmc_id_t pmcid) in pmcstat_lookup_pmcid() argument 1136 if (pr->pr_pmcid == pmcid) { in pmcstat_lookup_pmcid()
|
| /trueos/sys/dev/hwpmc/ |
| HD | hwpmc_mod.c | 197 static int pmc_find_pmc(pmc_id_t pmcid, struct pmc **pm); 2527 pmc_find_pmc_descriptor_in_process(struct pmc_owner *po, pmc_id_t pmcid) in pmc_find_pmc_descriptor_in_process() argument 2531 KASSERT(PMC_ID_TO_ROWINDEX(pmcid) < md->pmd_npmc, in pmc_find_pmc_descriptor_in_process() 2533 PMC_ID_TO_ROWINDEX(pmcid), md->pmd_npmc)); in pmc_find_pmc_descriptor_in_process() 2536 if (pm->pm_id == pmcid) in pmc_find_pmc_descriptor_in_process() 2543 pmc_find_pmc(pmc_id_t pmcid, struct pmc **pmc) in pmc_find_pmc() argument 2549 PMCDBG1(PMC,FND,1, "find-pmc id=%d", pmcid); in pmc_find_pmc() 2554 if ((pm = pmc_find_pmc_descriptor_in_process(po, pmcid)) == NULL) in pmc_find_pmc() 2557 PMCDBG2(PMC,FND,2, "find-pmc id=%d -> pmc=%p", pmcid, pm); in pmc_find_pmc() 3655 pmc_id_t pmcid; in pmc_syscall_handler() local [all …]
|
| /trueos/lib/libpmc/ |
| HD | libpmc.c | 2564 uint32_t flags, int cpu, pmc_id_t *pmcid) in pmc_allocate() argument 2650 *pmcid = pmc_config.pm_pmcid; in pmc_allocate() 2673 pmc_capabilities(pmc_id_t pmcid, uint32_t *caps) in pmc_capabilities() argument 2678 cl = PMC_ID_TO_CLASS(pmcid); in pmc_capabilities() 3560 pmc_width(pmc_id_t pmcid, uint32_t *width) in pmc_width() argument 3565 cl = PMC_ID_TO_CLASS(pmcid); in pmc_width()
|
| /trueos/sys/contrib/octeon-sdk/ |
| HD | cvmx-pci-defs.h | 1968 uint32_t pmcid : 8; /**< Power Management Capability ID */ member 1970 uint32_t pmcid : 8;
|
| HD | cvmx-pciercx-defs.h | 2084 uint32_t pmcid : 8; /**< Power Management Capability ID */ member 2086 uint32_t pmcid : 8;
|
| HD | cvmx-pcieepx-defs.h | 2266 uint32_t pmcid : 8; /**< Power Management Capability ID */ member 2268 uint32_t pmcid : 8;
|