Searched refs:pmc_process (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/dev/hwpmc/ |
| H A D | hwpmc_mod.c | 209 struct pmc_process *pp); 1100 struct pmc_process *pp; in pmc_attach_one_process() 1239 struct pmc_process *pp; in pmc_detach_one_process() 1354 struct pmc_process *pp; in pmc_process_csw_in() 1521 struct pmc_process *pp; in pmc_process_csw_out() 1714 struct pmc_process *pmc; in pmc_process_thread_add() 1727 struct pmc_process *pmc; in pmc_process_thread_delete() 2773 struct pmc_process *pp; in pmc_release_pmc_descriptor() 2980 struct pmc_process *pp; in pmc_can_allocate_rowindex() 3089 struct pmc_process *pp; in pmc_find_pmc() [all …]
|
| H A D | hwpmc_intel.c | 47 intel_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in intel_switch_in() 64 intel_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in intel_switch_out()
|
| H A D | hwpmc_powerpc.c | 96 powerpc_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in powerpc_switch_in() 103 powerpc_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in powerpc_switch_out()
|
| H A D | hwpmc_arm64.c | 414 arm64_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in arm64_switch_in() 421 arm64_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in arm64_switch_out()
|
| H A D | hwpmc_armv7.c | 405 armv7_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in armv7_switch_in() 412 armv7_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in armv7_switch_out()
|
| H A D | hwpmc_mips.c | 360 mips_pmc_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in mips_pmc_switch_in() 366 mips_pmc_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in mips_pmc_switch_out()
|
| H A D | hwpmc_amd.c | 527 amd_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in amd_switch_in() 547 amd_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in amd_switch_out()
|
| H A D | hwpmc_logging.c | 1083 pmclog_process_proccsw(struct pmc *pm, struct pmc_process *pp, pmc_value_t v, struct thread *td) in pmclog_process_proccsw() 1127 pmclog_process_procexit(struct pmc *pm, struct pmc_process *pp) in pmclog_process_procexit()
|
| /freebsd-12.1/sys/sys/ |
| H A D | pmc.h | 708 struct pmc_process *pt_process; /* target descriptor */ 840 struct pmc_process { struct 841 LIST_ENTRY(pmc_process) pp_next; /* hash chain */ 1061 int (*pmd_switch_in)(struct pmc_cpu *_p, struct pmc_process *_pp); 1062 int (*pmd_switch_out)(struct pmc_cpu *_p, struct pmc_process *_pp);
|
| H A D | pmclog.h | 311 void pmclog_process_proccsw(struct pmc *_pm, struct pmc_process *_pp, 315 void pmclog_process_procexit(struct pmc *_pm, struct pmc_process *_pp);
|