Home
last modified time | relevance | path

Searched refs:pmc_cpu (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/sys/dev/hwpmc/
HDhwpmc_intel.c45 intel_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in intel_switch_in()
62 intel_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in intel_switch_out()
HDhwpmc_tsc.c168 struct pmc_cpu *pc; in tsc_pcpu_fini()
189 struct pmc_cpu *pc; in tsc_pcpu_init()
HDhwpmc_amd.c525 amd_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in amd_switch_in()
545 amd_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in amd_switch_out()
932 struct pmc_cpu *pc; in amd_pcpu_init()
980 struct pmc_cpu *pc; in amd_pcpu_fini()
HDhwpmc_soft.c203 struct pmc_cpu *pc; in soft_pcpu_fini()
227 struct pmc_cpu *pc; in soft_pcpu_init()
HDhwpmc_uncore.c91 struct pmc_cpu *pc; in uncore_pcpu_init()
129 struct pmc_cpu *pc; in uncore_pcpu_fini()
HDhwpmc_dmc620.c462 struct pmc_cpu *pc; in CLASSDEP_FN2()
509 struct pmc_cpu *pc __diagused; in dmc620_intr()
HDhwpmc_cmn600.c598 struct pmc_cpu *pc; in cmn600_pcpu_init()
644 struct pmc_cpu *pc __diagused; in cmn600_pmu_intr()
HDhwpmc_mod.c102 struct pmc_cpu **pmc_pcpu; /* per-cpu state */
267 static int generic_switch_in(struct pmc_cpu *pc, struct pmc_process *pp);
268 static int generic_switch_out(struct pmc_cpu *pc, struct pmc_process *pp);
1446 struct pmc_cpu *pc; in pmc_process_csw_in()
1604 struct pmc_cpu *pc; in pmc_process_csw_out()
4127 struct pmc_cpu *pc; in pmc_syscall_handler()
5380 generic_switch_in(struct pmc_cpu *pc __unused, struct pmc_process *pp __unused) in generic_switch_in()
5387 generic_switch_out(struct pmc_cpu *pc __unused, struct pmc_process *pp __unused) in generic_switch_out()
5524 pmc_pcpu = malloc(maxcpu * sizeof(struct pmc_cpu *), M_PMC, in pmc_initialize()
5538 pmc_pcpu[cpu] = malloc(sizeof(struct pmc_cpu) + in pmc_initialize()
HDhwpmc_core.c119 struct pmc_cpu *pc; in core_pcpu_init()
164 struct pmc_cpu *pc; in core_pcpu_fini()
HDhwpmc_arm64.c444 struct pmc_cpu *pc; in arm64_pcpu_init()
HDhwpmc_armv7.c408 struct pmc_cpu *pc; in armv7_pcpu_init()
HDhwpmc_powerpc.c142 struct pmc_cpu *pc; in powerpc_pcpu_init()
/freebsd-14-stable/sys/sys/
HDpmc.h969 struct pmc_cpu { struct
1055 int (*pmd_switch_in)(struct pmc_cpu *_p, struct pmc_process *_pp);
1056 int (*pmd_switch_out)(struct pmc_cpu *_p, struct pmc_process *_pp);
1072 extern struct pmc_cpu **pmc_pcpu;