Home
last modified time | relevance | path

Searched defs:hw_events (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/arm/kernel/
Dperf_event.c210 struct pmu_hw_events *hw_events = this_cpu_ptr(armpmu->hw_events); in armpmu_del() local
227 struct pmu_hw_events *hw_events = this_cpu_ptr(armpmu->hw_events); in armpmu_add() local
262 validate_event(struct pmu *pmu, struct pmu_hw_events *hw_events, in validate_event()
489 struct pmu_hw_events *hw_events = this_cpu_ptr(armpmu->hw_events); in armpmu_enable() local
Dperf_event_cpu.c85 struct pmu_hw_events __percpu *hw_events = cpu_pmu->hw_events; in cpu_pmu_free_irq() local
113 struct pmu_hw_events __percpu *hw_events = cpu_pmu->hw_events; in cpu_pmu_request_irq() local
/linux-4.1.27/drivers/bus/
Darm-cci.c122 struct cci_pmu_hw_events hw_events; member
494 struct cci_pmu_hw_events *hw_events = &cci_pmu->hw_events; in cci_pmu_enable() local
514 struct cci_pmu_hw_events *hw_events = &cci_pmu->hw_events; in cci_pmu_disable() local
529 struct cci_pmu_hw_events *hw_events = &cci_pmu->hw_events; in cci_pmu_start() local
586 struct cci_pmu_hw_events *hw_events = &cci_pmu->hw_events; in cci_pmu_add() local
618 struct cci_pmu_hw_events *hw_events = &cci_pmu->hw_events; in cci_pmu_del() local
631 struct cci_pmu_hw_events *hw_events, in validate_event()
/linux-4.1.27/arch/arm64/kernel/
Dperf_event.c275 struct pmu_hw_events *hw_events = armpmu->get_hw_events(); in armpmu_del() local
292 struct pmu_hw_events *hw_events = armpmu->get_hw_events(); in armpmu_add() local
327 validate_event(struct pmu *pmu, struct pmu_hw_events *hw_events, in validate_event()
624 struct pmu_hw_events *hw_events = armpmu->get_hw_events(); in armpmu_enable() local
/linux-4.1.27/arch/arm/include/asm/
Dpmu.h119 struct pmu_hw_events __percpu *hw_events; member
/linux-4.1.27/arch/tile/kernel/
Dperf_event.c64 const int *hw_events; /* generic hw events table */ member