Searched refs:MMCRA_SAMPLE_ENABLE (Results 1 – 9 of 9) sorted by relevance
93 #define MMCRA_SAMPLE_ENABLE 0 macro165 if ((ppmu->flags & PPMU_HAS_SSLOT) && (mmcra & MMCRA_SAMPLE_ENABLE)) { in perf_ip_adjust()197 sdsync = MMCRA_SAMPLE_ENABLE; in perf_get_data_addr()204 if (!(mmcra & MMCRA_SAMPLE_ENABLE) || sdar_valid) in perf_get_data_addr()287 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in perf_read_regs()347 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in siar_valid()1240 if (cpuhw->mmcr[2] & MMCRA_SAMPLE_ENABLE) { in power_pmu_disable()1242 cpuhw->mmcr[2] & ~MMCRA_SAMPLE_ENABLE); in power_pmu_disable()1316 mtspr(SPRN_MMCRA, cpuhw->mmcr[2] & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable()1354 mtspr(SPRN_MMCRA, cpuhw->mmcr[2] & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable()[all …]
91 if (is_event_marked(event) || (*mmcra & MMCRA_SAMPLE_ENABLE)) in mmcra_sdar_mode()420 mmcra |= MMCRA_SAMPLE_ENABLE; in isa207_compute_mmcr()
242 mmcra |= MMCRA_SAMPLE_ENABLE; in p6_compute_mmcr()
296 mmcra |= MMCRA_SAMPLE_ENABLE; in power7_compute_mmcr()
381 mmcra |= MMCRA_SAMPLE_ENABLE; in p970_compute_mmcr()
524 mmcra |= MMCRA_SAMPLE_ENABLE; in power5_compute_mmcr()
579 mmcra |= MMCRA_SAMPLE_ENABLE; in power5p_compute_mmcr()
187 mmcra |= MMCRA_SAMPLE_ENABLE; in power4_cpu_setup()289 if (use_slot_nums && (mmcra & MMCRA_SAMPLE_ENABLE)) { in get_pc()
869 #define MMCRA_SAMPLE_ENABLE 0x00000001UL /* enable sampling */ macro