cregit-Linux how code gets into the kernel

Release 4.11 arch/x86/xen/pmu.h

Directory: arch/x86/xen
#ifndef __XEN_PMU_H

#define __XEN_PMU_H

#include <xen/interface/xenpmu.h>

irqreturn_t xen_pmu_irq_handler(int irq, void *dev_id);
void xen_pmu_init(int cpu);
void xen_pmu_finish(int cpu);
bool is_xen_pmu(int cpu);
bool pmu_msr_read(unsigned int msr, uint64_t *val, int *err);
bool pmu_msr_write(unsigned int msr, uint32_t low, uint32_t high, int *err);
int pmu_apic_update(uint32_t reg);
unsigned long long xen_read_pmc(int counter);

#endif /* __XEN_PMU_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Boris Ostrovsky94100.00%2100.00%
Total94100.00%2100.00%
Directory: arch/x86/xen
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.