Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/sys/
HDpmc.h432 pmc_id_t pm_pmcid; /* [return] process pmc id */ member
473 pmc_id_t pm_pmcid; /* PMC id to set */ member
487 pmc_id_t pm_pmcid; /* pmc id */ member
576 pmc_id_t pm_pmcid; member
599 pmc_id_t pm_pmcid; /* allocated pmc id */ member
/freebsd-11-stable/lib/libpmc/
HDlibpmc.c3567 *pmcid = pmc_config.pm_pmcid; in pmc_allocate()
3938 gm.pm_pmcid = pmc; in pmc_get_msr()
4569 pmc_read_op.pm_pmcid = pmc; in pmc_read()
4585 pmc_release_args.pm_pmcid = pmc; in pmc_release()
4594 pmc_rw_op.pm_pmcid = pmc; in pmc_rw()
4610 sc.pm_pmcid = pmc; in pmc_set()
4623 pmc_start_args.pm_pmcid = pmc; in pmc_start()
4632 pmc_stop_args.pm_pmcid = pmc; in pmc_stop()
4657 pmc_write_op.pm_pmcid = pmc; in pmc_write()
/freebsd-11-stable/sys/dev/hwpmc/
HDhwpmc_mod.c3519 pa.pm_pmcid = pmc->pm_id; in pmc_syscall_handler()
3657 if ((error = pmc_find_pmc(gm.pm_pmcid, &pm)) != 0) in pmc_syscall_handler()
3745 pmcid = sp.pm_pmcid; in pmc_syscall_handler()
3779 PMCDBG2(PMC,OPS,1, "rw id=%d flags=0x%x", prw.pm_pmcid, in pmc_syscall_handler()
3789 if ((error = pmc_find_pmc(prw.pm_pmcid, &pm)) != 0) in pmc_syscall_handler()
3908 if ((error = pmc_find_pmc(sc.pm_pmcid, &pm)) != 0) in pmc_syscall_handler()
3939 pmcid = sp.pm_pmcid; in pmc_syscall_handler()
3976 pmcid = sp.pm_pmcid; in pmc_syscall_handler()