Home
last modified time | relevance | path

Searched refs:pmc_process (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c205 struct pmc_process *pp);
1091 struct pmc_process *pp; in pmc_attach_one_process()
1224 struct pmc_process *pp; in pmc_detach_one_process()
1332 struct pmc_process *pp; in pmc_process_exec()
1447 struct pmc_process *pp; in pmc_process_csw_in()
1604 struct pmc_process *pp; in pmc_process_csw_out()
1792 struct pmc_process *pmc; in pmc_process_thread_add()
2717 struct pmc_process *pp; in pmc_release_pmc_descriptor()
2910 struct pmc_process *pp; in pmc_can_allocate_rowindex()
3014 struct pmc_process *pp; in pmc_find_pmc()
[all …]
H A Dhwpmc_intel.c44 intel_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in intel_switch_in()
61 intel_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in intel_switch_out()
H A Dhwpmc_amd.c324 amd_switch_in(struct pmc_cpu *pc __pmcdbg_used, struct pmc_process *pp) in amd_switch_in()
342 struct pmc_process *pp __pmcdbg_used) in amd_switch_out()
H A Dhwpmc_logging.c1072 pmclog_process_proccsw(struct pmc *pm, struct pmc_process *pp, pmc_value_t v, struct thread *td) in pmclog_process_proccsw()
1118 pmclog_process_procexit(struct pmc *pm, struct pmc_process *pp) in pmclog_process_procexit()
/freebsd/sys/sys/
H A Dpmc.h702 struct pmc_process *pt_process; /* target descriptor */
834 struct pmc_process { struct
835 LIST_ENTRY(pmc_process) pp_next; /* hash chain */
1053 int (*pmd_switch_in)(struct pmc_cpu *_p, struct pmc_process *_pp);
1054 int (*pmd_switch_out)(struct pmc_cpu *_p, struct pmc_process *_pp);
H A Dpmclog.h315 void pmclog_process_proccsw(struct pmc *_pm, struct pmc_process *_pp,
319 void pmclog_process_procexit(struct pmc *_pm, struct pmc_process *_pp);