Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/hwpmc/
H A Dhwpmc_mod.c209 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 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_powerpc.c96 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 Dhwpmc_arm64.c414 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 Dhwpmc_armv7.c405 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 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.c527 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 Dhwpmc_logging.c1083 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 Dpmc.h708 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 Dpmclog.h311 void pmclog_process_proccsw(struct pmc *_pm, struct pmc_process *_pp,
315 void pmclog_process_procexit(struct pmc *_pm, struct pmc_process *_pp);