Searched refs:pmc_cpu (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/hwpmc/ |
H A D | hwpmc_intel.c | 44 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 D | hwpmc_amd.c | 324 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 D | hwpmc_tsc.c | 167 struct pmc_cpu *pc; in tsc_pcpu_fini() 188 struct pmc_cpu *pc; in tsc_pcpu_init()
|
H A D | hwpmc_soft.c | 202 struct pmc_cpu *pc; in soft_pcpu_fini() 226 struct pmc_cpu *pc; in soft_pcpu_init()
|
H A D | hwpmc_uncore.c | 90 struct pmc_cpu *pc; in uncore_pcpu_init() 128 struct pmc_cpu *pc; in uncore_pcpu_fini()
|
H A D | hwpmc_cmn600.c | 597 struct pmc_cpu *pc; in cmn600_pcpu_init() 643 struct pmc_cpu *pc __diagused; in cmn600_pmu_intr()
|
H A D | hwpmc_dmc620.c | 461 struct pmc_cpu *pc; in CLASSDEP_FN2() 508 struct pmc_cpu *pc __diagused; in dmc620_intr()
|
H A D | hwpmc_mod.c | 101 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 D | hwpmc_core.c | 118 struct pmc_cpu *pc; in core_pcpu_init() 163 struct pmc_cpu *pc; in core_pcpu_fini()
|
H A D | hwpmc_armv7.c | 407 struct pmc_cpu *pc; in armv7_pcpu_init()
|
H A D | hwpmc_arm64.c | 457 struct pmc_cpu *pc; in arm64_pcpu_init()
|
H A D | hwpmc_powerpc.c | 141 struct pmc_cpu *pc; in powerpc_pcpu_init()
|
/freebsd/sys/sys/ |
H A D | pmc.h | 967 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;
|