Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/hwpmc/
H A Dhwpmc_mod.c209 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 Dhwpmc_intel.c47 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 Dhwpmc_armv7.c433 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 Dhwpmc_beri.c404 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 Dhwpmc_arm64.c451 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 Dhwpmc_powerpc.c108 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 Dhwpmc_mips.c360 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 Dhwpmc_amd.c541 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 Dhwpmc_logging.c1081 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 Dpmc.h708 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 Dpmclog.h314 void pmclog_process_proccsw(struct pmc *_pm, struct pmc_process *_pp,
318 void pmclog_process_procexit(struct pmc *_pm, struct pmc_process *_pp);