Searched refs:pmc_process (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/sys/dev/hwpmc/ |
| H A D | hwpmc_mod.c | 206 struct pmc_process *pp); 1092 struct pmc_process *pp; in pmc_attach_one_process() 1225 struct pmc_process *pp; in pmc_detach_one_process() 1333 struct pmc_process *pp; in pmc_process_exec() 1448 struct pmc_process *pp; in pmc_process_csw_in() 1605 struct pmc_process *pp; in pmc_process_csw_out() 1793 struct pmc_process *pmc; in pmc_process_thread_add() 2718 struct pmc_process *pp; in pmc_release_pmc_descriptor() 2911 struct pmc_process *pp; in pmc_can_allocate_rowindex() 3015 struct pmc_process *pp; in pmc_find_pmc() [all …]
|
| H A D | 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()
|
| H A D | 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()
|
| H A D | hwpmc_logging.c | 1073 pmclog_process_proccsw(struct pmc *pm, struct pmc_process *pp, pmc_value_t v, struct thread *td) in pmclog_process_proccsw() 1119 pmclog_process_procexit(struct pmc *pm, struct pmc_process *pp) in pmclog_process_procexit()
|
| /freebsd-14.2/sys/sys/ |
| H A D | pmc.h | 704 struct pmc_process *pt_process; /* target descriptor */ 836 struct pmc_process { struct 837 LIST_ENTRY(pmc_process) pp_next; /* hash chain */ 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);
|
| H A D | pmclog.h | 315 void pmclog_process_proccsw(struct pmc *_pm, struct pmc_process *_pp, 319 void pmclog_process_procexit(struct pmc *_pm, struct pmc_process *_pp);
|