Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/perf/
Darm_pmu.c216 struct pmu_hw_events *hw_events = this_cpu_ptr(armpmu->hw_events); in armpmu_del() local
233 struct pmu_hw_events *hw_events = this_cpu_ptr(armpmu->hw_events); in armpmu_add() local
272 validate_event(struct pmu *pmu, struct pmu_hw_events *hw_events, in validate_event()
502 struct pmu_hw_events *hw_events = this_cpu_ptr(armpmu->hw_events); in armpmu_enable() local
607 struct pmu_hw_events __percpu *hw_events = cpu_pmu->hw_events; in cpu_pmu_free_irq() local
635 struct pmu_hw_events __percpu *hw_events = cpu_pmu->hw_events; in cpu_pmu_request_irq() local
/linux-4.4.14/drivers/bus/
Darm-cci.c142 struct cci_pmu_hw_events hw_events; member
875 struct cci_pmu_hw_events *hw_events = &cci_pmu->hw_events; in cci_pmu_enable() local
895 struct cci_pmu_hw_events *hw_events = &cci_pmu->hw_events; in cci_pmu_disable() local
920 struct cci_pmu_hw_events *hw_events = &cci_pmu->hw_events; in cci_pmu_start() local
977 struct cci_pmu_hw_events *hw_events = &cci_pmu->hw_events; in cci_pmu_add() local
1009 struct cci_pmu_hw_events *hw_events = &cci_pmu->hw_events; in cci_pmu_del() local
1022 struct cci_pmu_hw_events *hw_events, in validate_event()
/linux-4.4.14/include/linux/perf/
Darm_pmu.h108 struct pmu_hw_events __percpu *hw_events; member
/linux-4.4.14/arch/tile/kernel/
Dperf_event.c64 const int *hw_events; /* generic hw events table */ member