Searched refs:MMCRA_SAMPLE_ENABLE (Results 1 – 9 of 9) sorted by relevance
101 #define MMCRA_SAMPLE_ENABLE 0 macro188 if ((ppmu->flags & PPMU_HAS_SSLOT) && (mmcra & MMCRA_SAMPLE_ENABLE)) { in perf_ip_adjust()220 sdsync = MMCRA_SAMPLE_ENABLE; in perf_get_data_addr()227 if (!(mmcra & MMCRA_SAMPLE_ENABLE) || sdar_valid) in perf_get_data_addr()323 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in perf_read_regs()383 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in siar_valid()1371 val &= ~MMCRA_SAMPLE_ENABLE; in power_pmu_disable()1465 mtspr(SPRN_MMCRA, cpuhw->mmcr.mmcra & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable()1505 mtspr(SPRN_MMCRA, cpuhw->mmcr.mmcra & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable()1580 if (cpuhw->mmcr.mmcra & MMCRA_SAMPLE_ENABLE) { in power_pmu_enable()
101 if (is_event_marked(event) || (*mmcra & MMCRA_SAMPLE_ENABLE)) in mmcra_sdar_mode()640 mmcra |= MMCRA_SAMPLE_ENABLE; in isa207_compute_mmcr()
300 mmcra |= MMCRA_SAMPLE_ENABLE; in power7_compute_mmcr()
385 mmcra |= MMCRA_SAMPLE_ENABLE; in p970_compute_mmcr()
245 mmcra |= MMCRA_SAMPLE_ENABLE; in p6_compute_mmcr()
528 mmcra |= MMCRA_SAMPLE_ENABLE; in power5_compute_mmcr()
583 mmcra |= MMCRA_SAMPLE_ENABLE; in power5p_compute_mmcr()
12 if (mmcra & MMCRA_SAMPLE_ENABLE) in freeze_pmu()
899 #define MMCRA_SAMPLE_ENABLE 0x00000001UL /* enable sampling */ macro
Completed in 32 milliseconds