Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDpmc.h435 pmc_id_t pm_pmcid; /* [return] process pmc id */ member
477 pmc_id_t pm_pmcid; /* PMC id to set */ member
489 pmc_id_t pm_pmcid; /* pmc id */ member
590 pmc_id_t pm_pmcid; member
613 pmc_id_t pm_pmcid; /* allocated pmc id */ member
/freebsd-13-stable/lib/libpmc/
HDlibpmc.c1090 *pmcid = pmc_config.pm_pmcid; in pmc_allocate()
1333 gm.pm_pmcid = pmc; in pmc_get_msr()
1742 pmc_read_op.pm_pmcid = pmc; in pmc_read()
1758 pmc_release_args.pm_pmcid = pmc; in pmc_release()
1767 pmc_rw_op.pm_pmcid = pmc; in pmc_rw()
1783 sc.pm_pmcid = pmc; in pmc_set()
1796 pmc_start_args.pm_pmcid = pmc; in pmc_start()
1805 pmc_stop_args.pm_pmcid = pmc; in pmc_stop()
1830 pmc_write_op.pm_pmcid = pmc; in pmc_write()
/freebsd-13-stable/sys/dev/hwpmc/
HDhwpmc_mod.c4089 pa.pm_pmcid = pmc->pm_id; in pmc_syscall_handler()
4227 if ((error = pmc_find_pmc(gm.pm_pmcid, &pm)) != 0) in pmc_syscall_handler()
4315 pmcid = sp.pm_pmcid; in pmc_syscall_handler()
4348 PMCDBG2(PMC,OPS,1, "rw id=%d flags=0x%x", prw.pm_pmcid, in pmc_syscall_handler()
4358 if ((error = pmc_find_pmc(prw.pm_pmcid, &pm)) != 0) in pmc_syscall_handler()
4478 if ((error = pmc_find_pmc(sc.pm_pmcid, &pm)) != 0) in pmc_syscall_handler()
4519 pmcid = sp.pm_pmcid; in pmc_syscall_handler()
4556 pmcid = sp.pm_pmcid; in pmc_syscall_handler()