/linux-3.3/arch/x86/kernel/cpu/ |
D | perf_event_intel.c | 733 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_disable_all() local 746 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_enable_all() local 780 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_nhm_workaround() local 874 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_disable_event() local 930 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_enable_event() local 999 struct cpu_hw_events *cpuc; in intel_pmu_handle_irq() local 1126 __intel_shared_reg_get_constraints(struct cpu_hw_events *cpuc, in __intel_shared_reg_get_constraints() 1178 __intel_shared_reg_put_constraints(struct cpu_hw_events *cpuc, in __intel_shared_reg_put_constraints() 1201 intel_shared_regs_constraints(struct cpu_hw_events *cpuc, in intel_shared_regs_constraints() 1213 x86_get_event_constraints(struct cpu_hw_events *cpuc, struct perf_event *event) in x86_get_event_constraints() [all …]
|
D | perf_event_amd.c | 176 static inline int amd_has_nb(struct cpu_hw_events *cpuc) in amd_has_nb() 183 static void amd_put_event_constraints(struct cpu_hw_events *cpuc, in amd_put_event_constraints() 249 amd_get_event_constraints(struct cpu_hw_events *cpuc, struct perf_event *event) in amd_get_event_constraints() 341 struct cpu_hw_events *cpuc = &per_cpu(cpu_hw_events, cpu); in amd_pmu_cpu_prepare() local 357 struct cpu_hw_events *cpuc = &per_cpu(cpu_hw_events, cpu); in amd_pmu_cpu_starting() local 503 amd_get_event_constraints_f15h(struct cpu_hw_events *cpuc, struct perf_event *event) in amd_get_event_constraints_f15h() 630 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in amd_pmu_enable_virt() local 642 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in amd_pmu_disable_virt() local
|
D | perf_event_intel_lbr.c | 70 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_lbr_enable() local 90 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_lbr_disable() local 104 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_lbr_enable_all() local 112 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_lbr_disable_all() local 127 static void intel_pmu_lbr_read_32(struct cpu_hw_events *cpuc) in intel_pmu_lbr_read_32() 159 static void intel_pmu_lbr_read_64(struct cpu_hw_events *cpuc) in intel_pmu_lbr_read_64() 187 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_lbr_read() local
|
D | perf_event.c | 432 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in x86_pmu_disable_all() local 450 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in x86_pmu_disable() local 467 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in x86_pmu_enable_all() local 662 int x86_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in x86_schedule_events() 723 static int collect_events(struct cpu_hw_events *cpuc, struct perf_event *leader, bool dogrp) in collect_events() 757 struct cpu_hw_events *cpuc, int i) in x86_assign_hw_event() 778 struct cpu_hw_events *cpuc, in match_prev_assignment() 790 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in x86_pmu_enable() local 939 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in x86_pmu_add() local 986 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in x86_pmu_start() local [all …]
|
D | perf_event_intel_ds.c | 273 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_disable_bts() local 290 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_drain_bts_buffer() local 436 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_pebs_enable() local 449 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_pebs_disable() local 464 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_pebs_enable_all() local 472 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_pebs_disable_all() local 491 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_pebs_fixup_ip() local 611 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_drain_pebs_core() local 652 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in intel_pmu_drain_pebs_nhm() local
|
D | perf_event_p6.c | 67 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in p6_pmu_disable_event() local 79 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in p6_pmu_enable_event() local
|
D | perf_event_p4.c | 919 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in p4_pmu_disable_all() local 988 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in p4_pmu_enable_all() local 1002 struct cpu_hw_events *cpuc; in p4_pmu_handle_irq() local 1207 static int p4_pmu_schedule_events(struct cpu_hw_events *cpuc, int n, int *assign) in p4_pmu_schedule_events()
|
/linux-3.3/arch/sparc/kernel/ |
D | perf_event.c | 556 static inline void sparc_pmu_enable_event(struct cpu_hw_events *cpuc, struct hw_perf_event *hwc, in… in sparc_pmu_enable_event() 568 static inline void sparc_pmu_disable_event(struct cpu_hw_events *cpuc, struct hw_perf_event *hwc, i… in sparc_pmu_disable_event() 670 static u64 maybe_change_configuration(struct cpu_hw_events *cpuc, u64 pcr) in maybe_change_configuration() 715 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in sparc_pmu_enable() local 742 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in sparc_pmu_disable() local 759 static int active_event_index(struct cpu_hw_events *cpuc, in active_event_index() 774 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in sparc_pmu_start() local 789 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in sparc_pmu_stop() local 805 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in sparc_pmu_del() local 842 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in sparc_pmu_read() local [all …]
|
/linux-3.3/arch/blackfin/kernel/ |
D | perf_event.c | 303 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in bfin_pmu_stop() local 321 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in bfin_pmu_start() local 338 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in bfin_pmu_del() local 348 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in bfin_pmu_add() local 432 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in bfin_pmu_enable() local
|
/linux-3.3/arch/alpha/kernel/ |
D | perf_event.c | 381 static void maybe_change_configuration(struct cpu_hw_events *cpuc) in maybe_change_configuration() 425 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in alpha_pmu_add() local 477 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in alpha_pmu_del() local 525 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in alpha_pmu_stop() local 545 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in alpha_pmu_start() local 712 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in alpha_pmu_enable() local 738 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in alpha_pmu_disable() local 796 struct cpu_hw_events *cpuc; in alpha_perf_event_irq_handler() local
|
/linux-3.3/arch/sh/kernel/ |
D | perf_event.c | 230 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in sh_pmu_stop() local 248 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in sh_pmu_start() local 265 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in sh_pmu_del() local 275 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in sh_pmu_add() local
|
/linux-3.3/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 308 static int mipsxx_pmu_alloc_counter(struct cpu_hw_events *cpuc, in mipsxx_pmu_alloc_counter() 340 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in mipsxx_pmu_enable_event() local 355 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in mipsxx_pmu_disable_event() local 455 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in mipspmu_add() local 491 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in mipspmu_del() local 728 static void handle_associated_event(struct cpu_hw_events *cpuc, in handle_associated_event() 1274 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in pause_local_counters() local 1290 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in resume_local_counters() local 1301 struct cpu_hw_events *cpuc = &__get_cpu_var(cpu_hw_events); in mipsxx_pmu_handle_shared_irq() local
|
/linux-3.3/arch/arm/kernel/ |
D | perf_event_xscale.c | 227 struct pmu_hw_events *cpuc; in xscale1pmu_handle_irq() local 352 xscale1pmu_get_event_idx(struct pmu_hw_events *cpuc, in xscale1pmu_get_event_idx() 573 struct pmu_hw_events *cpuc; in xscale2pmu_handle_irq() local 720 xscale2pmu_get_event_idx(struct pmu_hw_events *cpuc, in xscale2pmu_get_event_idx()
|
D | perf_event_v6.c | 476 struct pmu_hw_events *cpuc; in armv6pmu_handle_irq() local 559 armv6pmu_get_event_idx(struct pmu_hw_events *cpuc, in armv6pmu_get_event_idx()
|
D | perf_event_v7.c | 936 struct pmu_hw_events *cpuc; in armv7pmu_handle_irq() local 1018 static int armv7pmu_get_event_idx(struct pmu_hw_events *cpuc, in armv7pmu_get_event_idx()
|