Searched refs:pmc_cpu (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14-stable/sys/dev/hwpmc/ |
| HD | hwpmc_intel.c | 45 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()
|
| HD | hwpmc_tsc.c | 168 struct pmc_cpu *pc; in tsc_pcpu_fini() 189 struct pmc_cpu *pc; in tsc_pcpu_init()
|
| HD | hwpmc_amd.c | 525 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()
|
| HD | hwpmc_soft.c | 203 struct pmc_cpu *pc; in soft_pcpu_fini() 227 struct pmc_cpu *pc; in soft_pcpu_init()
|
| HD | hwpmc_uncore.c | 91 struct pmc_cpu *pc; in uncore_pcpu_init() 129 struct pmc_cpu *pc; in uncore_pcpu_fini()
|
| HD | hwpmc_dmc620.c | 462 struct pmc_cpu *pc; in CLASSDEP_FN2() 509 struct pmc_cpu *pc __diagused; in dmc620_intr()
|
| HD | hwpmc_cmn600.c | 598 struct pmc_cpu *pc; in cmn600_pcpu_init() 644 struct pmc_cpu *pc __diagused; in cmn600_pmu_intr()
|
| HD | hwpmc_mod.c | 102 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()
|
| HD | hwpmc_core.c | 119 struct pmc_cpu *pc; in core_pcpu_init() 164 struct pmc_cpu *pc; in core_pcpu_fini()
|
| HD | hwpmc_arm64.c | 444 struct pmc_cpu *pc; in arm64_pcpu_init()
|
| HD | hwpmc_armv7.c | 408 struct pmc_cpu *pc; in armv7_pcpu_init()
|
| HD | hwpmc_powerpc.c | 142 struct pmc_cpu *pc; in powerpc_pcpu_init()
|
| /freebsd-14-stable/sys/sys/ |
| HD | pmc.h | 969 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;
|