Home
last modified time | relevance | path

Searched refs:MMCRA_SAMPLE_ENABLE (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcore-book3s.c96 #define MMCRA_SAMPLE_ENABLE 0 macro
169 if ((ppmu->flags & PPMU_HAS_SSLOT) && (mmcra & MMCRA_SAMPLE_ENABLE)) { in perf_ip_adjust()
201 sdsync = MMCRA_SAMPLE_ENABLE; in perf_get_data_addr()
208 if (!(mmcra & MMCRA_SAMPLE_ENABLE) || sdar_valid) in perf_get_data_addr()
290 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in perf_read_regs()
341 int marked = mmcra & MMCRA_SAMPLE_ENABLE; in siar_valid()
1292 if (cpuhw->mmcr.mmcra & MMCRA_SAMPLE_ENABLE) in power_pmu_disable()
1293 val &= ~MMCRA_SAMPLE_ENABLE; in power_pmu_disable()
1387 mtspr(SPRN_MMCRA, cpuhw->mmcr.mmcra & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable()
1427 mtspr(SPRN_MMCRA, cpuhw->mmcr.mmcra & ~MMCRA_SAMPLE_ENABLE); in power_pmu_enable()
[all …]
H A Disa207-common.c101 if (is_event_marked(event) || (*mmcra & MMCRA_SAMPLE_ENABLE)) in mmcra_sdar_mode()
483 mmcra |= MMCRA_SAMPLE_ENABLE; in isa207_compute_mmcr()
H A Dppc970-pmu.c384 mmcra |= MMCRA_SAMPLE_ENABLE; in p970_compute_mmcr()
H A Dpower7-pmu.c299 mmcra |= MMCRA_SAMPLE_ENABLE; in power7_compute_mmcr()
H A Dpower6-pmu.c244 mmcra |= MMCRA_SAMPLE_ENABLE; in p6_compute_mmcr()
H A Dpower5-pmu.c527 mmcra |= MMCRA_SAMPLE_ENABLE; in power5_compute_mmcr()
H A Dpower5+-pmu.c582 mmcra |= MMCRA_SAMPLE_ENABLE; in power5p_compute_mmcr()
/OK3568_Linux_fs/kernel/arch/powerpc/oprofile/
H A Dop_model_power4.c187 mmcra |= MMCRA_SAMPLE_ENABLE; in power4_cpu_setup()
289 if (use_slot_nums && (mmcra & MMCRA_SAMPLE_ENABLE)) { in get_pc()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg.h896 #define MMCRA_SAMPLE_ENABLE 0x00000001UL /* enable sampling */ macro