Searched refs:pmc_process (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/sys/dev/hwpmc/ |
| H A D | hwpmc_mod.c | 209 struct pmc_process *pp); 1102 struct pmc_process *pp; in pmc_attach_one_process() 1241 struct pmc_process *pp; in pmc_detach_one_process() 1356 struct pmc_process *pp; in pmc_process_csw_in() 1523 struct pmc_process *pp; in pmc_process_csw_out() 1716 struct pmc_process *pmc; in pmc_process_thread_add() 1729 struct pmc_process *pmc; in pmc_process_thread_delete() 2776 struct pmc_process *pp; in pmc_release_pmc_descriptor() 2983 struct pmc_process *pp; in pmc_can_allocate_rowindex() 3092 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_armv7.c | 433 armv7_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in armv7_switch_in() 440 armv7_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in armv7_switch_out()
|
| H A D | hwpmc_beri.c | 404 beri_pmc_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in beri_pmc_switch_in() 411 beri_pmc_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in beri_pmc_switch_out()
|
| H A D | hwpmc_arm64.c | 451 arm64_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in arm64_switch_in() 458 arm64_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in arm64_switch_out()
|
| H A D | hwpmc_powerpc.c | 108 powerpc_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in powerpc_switch_in() 115 powerpc_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in powerpc_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 | 541 amd_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in amd_switch_in() 561 amd_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in amd_switch_out()
|
| H A D | hwpmc_logging.c | 1081 pmclog_process_proccsw(struct pmc *pm, struct pmc_process *pp, pmc_value_t v, struct thread *td) in pmclog_process_proccsw() 1125 pmclog_process_procexit(struct pmc *pm, struct pmc_process *pp) in pmclog_process_procexit()
|
| /freebsd-13.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 */ 1060 int (*pmd_switch_in)(struct pmc_cpu *_p, struct pmc_process *_pp); 1061 int (*pmd_switch_out)(struct pmc_cpu *_p, struct pmc_process *_pp);
|
| H A D | pmclog.h | 314 void pmclog_process_proccsw(struct pmc *_pm, struct pmc_process *_pp, 318 void pmclog_process_procexit(struct pmc *_pm, struct pmc_process *_pp);
|