Searched refs:MMCRA_SAMPLE_ENABLE (Results 1 – 9 of 9) sorted by relevance
101 #define MMCRA_SAMPLE_ENABLE 0 macro217 sdsync = MMCRA_SAMPLE_ENABLE; in perf_get_data_addr()224 if (!(mmcra & MMCRA_SAMPLE_ENABLE) || sdar_valid) in perf_get_data_addr()270 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in perf_get_misc_flags()327 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in perf_read_regs()387 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in siar_valid()1374 if (cpuhw->mmcr.mmcra & MMCRA_SAMPLE_ENABLE) in power_pmu_disable()1375 val &= ~MMCRA_SAMPLE_ENABLE; in power_pmu_disable()1469 mtspr(SPRN_MMCRA, cpuhw->mmcr.mmcra & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable()1509 mtspr(SPRN_MMCRA, cpuhw->mmcr.mmcra & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable()[all …]
101 if (is_event_marked(event) || (*mmcra & MMCRA_SAMPLE_ENABLE)) in mmcra_sdar_mode()628 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()
892 #define MMCRA_SAMPLE_ENABLE 0x00000001UL /* enable sampling */ macro
Completed in 20 milliseconds