Home
last modified time | relevance | path

Searched refs:ebb (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/testing/selftests/powerpc/pmu/
DMakefile12 SUB_DIRS := ebb sampling_tests event_code_tests
70 .PHONY: all run_tests ebb sampling_tests event_code_tests emit_tests
/linux-6.12.1/arch/powerpc/perf/
Disa207-common.c403 unsigned int unit, pmc, cache, ebb; in isa207_get_constraint() local
419 ebb = (event >> EVENT_EBB_SHIFT) & EVENT_EBB_MASK; in isa207_get_constraint()
531 if (!pmc && ebb) in isa207_get_constraint()
536 if (!ebb) in isa207_get_constraint()
550 value |= CNST_EBB_VAL(ebb); in isa207_get_constraint()
Dcore-book3s.c128 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument
137 static void pmao_restore_workaround(bool ebb) { } in pmao_restore_workaround() argument
640 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument
644 if (!ebb) in ebb_switch_in()
687 static void pmao_restore_workaround(bool ebb) in pmao_restore_workaround() argument
731 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()
1421 bool ebb; in power_pmu_enable() local
1443 ebb = is_ebb_event(cpuhw->event[0]); in power_pmu_enable()
1540 if (ebb) in power_pmu_enable()
1563 pmao_restore_workaround(ebb); in power_pmu_enable()
[all …]
/linux-6.12.1/Documentation/arch/powerpc/
Dindex.rst32 pmu-ebb
/linux-6.12.1/tools/testing/selftests/powerpc/pmu/ebb/
DMakefile34 ebb.c ebb_handler.S trace.c busy_loop.S