Home
last modified time | relevance | path

Searched refs:pmc_cpu (Results 1 – 16 of 16) 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_tsc.c167 struct pmc_cpu *pc; in tsc_pcpu_fini()
188 struct pmc_cpu *pc; in tsc_pcpu_init()
H A Dhwpmc_perf.c174 struct pmc_cpu *pc; in perf_pcpu_fini()
197 struct pmc_cpu *pc; in perf_pcpu_init()
H A Dhwpmc_amd.c366 amd_switch_in(struct pmc_cpu *pc __pmcdbg_used, struct pmc_process *pp) in amd_switch_in()
383 amd_switch_out(struct pmc_cpu *pc __pmcdbg_used, in amd_switch_out()
832 struct pmc_cpu *pc; in amd_pcpu_init()
872 struct pmc_cpu *pc; in amd_pcpu_fini()
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_rapl.c281 struct pmc_cpu *pc; in rapl_pcpu_init()
318 struct pmc_cpu *pc; in rapl_pcpu_fini()
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_ibs.c778 struct pmc_cpu *pc; in ibs_pcpu_init()
816 struct pmc_cpu *pc; in ibs_pcpu_fini()
H A Dhwpmc_mod.c104 struct pmc_cpu **pmc_pcpu; /* per-cpu state */
275 static int generic_switch_in(struct pmc_cpu *pc, struct pmc_process *pp);
276 static int generic_switch_out(struct pmc_cpu *pc, struct pmc_process *pp);
1435 struct pmc_cpu *pc; in pmc_process_csw_in()
1666 struct pmc_cpu *pc; in pmc_process_csw_out()
4229 struct pmc_cpu *pc; in pmc_syscall_handler()
5589 generic_switch_in(struct pmc_cpu *pc __unused, struct pmc_process *pp __unused) in generic_switch_in()
5596 generic_switch_out(struct pmc_cpu *pc __unused, struct pmc_process *pp __unused) in generic_switch_out()
5733 pmc_pcpu = malloc(maxcpu * sizeof(struct pmc_cpu *), M_PMC, in pmc_initialize()
5747 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_powerpc.c141 struct pmc_cpu *pc; in powerpc_pcpu_init()
H A Dhwpmc_arm64.c469 struct pmc_cpu *pc; in arm64_pcpu_init()
/freebsd/sys/sys/
H A Dpmc.h1000 struct pmc_cpu { struct
1087 int (*pmd_switch_in)(struct pmc_cpu *_p, struct pmc_process *_pp);
1088 int (*pmd_switch_out)(struct pmc_cpu *_p, struct pmc_process *_pp);
1104 extern struct pmc_cpu **pmc_pcpu;