Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_intel.c44 intel_switch_in(struct pmc_cpu *pc, struct pmc_process *pp) in intel_switch_in()
61 intel_switch_out(struct pmc_cpu *pc, struct pmc_process *pp) in intel_switch_out()
H A Dhwpmc_amd.c324 amd_switch_in(struct pmc_cpu *pc __pmcdbg_used, struct pmc_process *pp) in amd_switch_in()
341 amd_switch_out(struct pmc_cpu *pc __pmcdbg_used, in amd_switch_out()
697 struct pmc_cpu *pc; in amd_pcpu_init()
735 struct pmc_cpu *pc; in amd_pcpu_fini()
H A Dhwpmc_tsc.c167 struct pmc_cpu *pc; in tsc_pcpu_fini()
188 struct pmc_cpu *pc; in tsc_pcpu_init()
H A Dhwpmc_soft.c202 struct pmc_cpu *pc; in soft_pcpu_fini()
226 struct pmc_cpu *pc; in soft_pcpu_init()
H A Dhwpmc_uncore.c90 struct pmc_cpu *pc; in uncore_pcpu_init()
128 struct pmc_cpu *pc; in uncore_pcpu_fini()
H A Dhwpmc_cmn600.c597 struct pmc_cpu *pc; in cmn600_pcpu_init()
643 struct pmc_cpu *pc __diagused; in cmn600_pmu_intr()
H A Dhwpmc_dmc620.c461 struct pmc_cpu *pc; in CLASSDEP_FN2()
508 struct pmc_cpu *pc __diagused; in dmc620_intr()
H A Dhwpmc_mod.c101 struct pmc_cpu **pmc_pcpu; /* per-cpu state */
266 static int generic_switch_in(struct pmc_cpu *pc, struct pmc_process *pp);
267 static int generic_switch_out(struct pmc_cpu *pc, struct pmc_process *pp);
1445 struct pmc_cpu *pc; in pmc_process_csw_in()
1603 struct pmc_cpu *pc; in pmc_process_csw_out()
4126 struct pmc_cpu *pc; in pmc_syscall_handler()
5379 generic_switch_in(struct pmc_cpu *pc __unused, struct pmc_process *pp __unused) in generic_switch_in()
5386 generic_switch_out(struct pmc_cpu *pc __unused, struct pmc_process *pp __unused) in generic_switch_out()
5523 pmc_pcpu = malloc(maxcpu * sizeof(struct pmc_cpu *), M_PMC, in pmc_initialize()
5537 pmc_pcpu[cpu] = malloc(sizeof(struct pmc_cpu) + in pmc_initialize()
H A Dhwpmc_core.c118 struct pmc_cpu *pc; in core_pcpu_init()
163 struct pmc_cpu *pc; in core_pcpu_fini()
H A Dhwpmc_armv7.c407 struct pmc_cpu *pc; in armv7_pcpu_init()
H A Dhwpmc_arm64.c457 struct pmc_cpu *pc; in arm64_pcpu_init()
H A Dhwpmc_powerpc.c141 struct pmc_cpu *pc; in powerpc_pcpu_init()
/freebsd/sys/sys/
H A Dpmc.h967 struct pmc_cpu { struct
1053 int (*pmd_switch_in)(struct pmc_cpu *_p, struct pmc_process *_pp);
1054 int (*pmd_switch_out)(struct pmc_cpu *_p, struct pmc_process *_pp);
1070 extern struct pmc_cpu **pmc_pcpu;