• Home
  • Raw
  • Download

Lines Matching refs:cpu_hw_events

31 struct cpu_hw_events {  struct
63 static DEFINE_PER_CPU(struct cpu_hw_events, cpu_hw_events); argument
127 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in()
135 static inline void power_pmu_bhrb_read(struct perf_event *event, struct cpu_hw_events *cpuhw) {} in power_pmu_bhrb_read()
156 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in get_pmcs_ext_regs()
415 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in power_pmu_bhrb_enable()
431 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in power_pmu_bhrb_disable()
489 static void power_pmu_bhrb_read(struct perf_event *event, struct cpu_hw_events *cpuhw) in power_pmu_bhrb_read()
646 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in()
860 static int any_pmc_overflown(struct cpu_hw_events *cpuhw) in any_pmc_overflown()
940 static int power_check_constraints(struct cpu_hw_events *cpuhw, in power_check_constraints()
1188 static void freeze_limited_counters(struct cpu_hw_events *cpuhw, in freeze_limited_counters()
1208 static void thaw_limited_counters(struct cpu_hw_events *cpuhw, in thaw_limited_counters()
1237 static void write_mmcr0(struct cpu_hw_events *cpuhw, unsigned long mmcr0) in write_mmcr0()
1278 struct cpu_hw_events *cpuhw; in power_pmu_disable()
1284 cpuhw = this_cpu_ptr(&cpu_hw_events); in power_pmu_disable()
1391 struct cpu_hw_events *cpuhw; in power_pmu_enable()
1405 cpuhw = this_cpu_ptr(&cpu_hw_events); in power_pmu_enable()
1599 struct cpu_hw_events *cpuhw; in power_pmu_add()
1611 cpuhw = this_cpu_ptr(&cpu_hw_events); in power_pmu_add()
1675 struct cpu_hw_events *cpuhw; in power_pmu_del()
1684 cpuhw = this_cpu_ptr(&cpu_hw_events); in power_pmu_del()
1794 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in power_pmu_start_txn()
1813 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in power_pmu_cancel_txn()
1833 struct cpu_hw_events *cpuhw; in power_pmu_commit_txn()
1839 cpuhw = this_cpu_ptr(&cpu_hw_events); in power_pmu_commit_txn()
1983 struct cpu_hw_events *cpuhw; in power_pmu_event_init()
2097 cpuhw = this_cpu_ptr(&cpu_hw_events); in power_pmu_event_init()
2266 struct cpu_hw_events *cpuhw; in record_and_restart()
2267 cpuhw = this_cpu_ptr(&cpu_hw_events); in record_and_restart()
2350 struct cpu_hw_events *cpuhw = this_cpu_ptr(&cpu_hw_events); in __perf_event_interrupt()
2447 struct cpu_hw_events *cpuhw = &per_cpu(cpu_hw_events, cpu); in power_pmu_prepare_cpu()