Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/powerpc/pmu/
DMakefile7 all: $(TEST_PROGS) ebb
20 $(MAKE) -C ebb run_tests
26 $(MAKE) -s -C ebb emit_tests
32 $(MAKE) -C ebb install
37 $(MAKE) -C ebb clean
39 ebb: target
42 .PHONY: all run_tests clean ebb
/linux-4.1.27/arch/powerpc/perf/
Dpower8-pmu.c287 unsigned int unit, pmc, cache, ebb; in power8_get_constraint() local
298 ebb = (event >> EVENT_EBB_SHIFT) & EVENT_EBB_MASK; in power8_get_constraint()
374 if (!pmc && ebb) in power8_get_constraint()
379 if (!ebb) in power8_get_constraint()
392 mask |= CNST_EBB_VAL(ebb); in power8_get_constraint()
Dcore-book3s.c120 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument
129 static void pmao_restore_workaround(bool ebb) { } in pmao_restore_workaround() argument
564 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument
568 if (!ebb) in ebb_switch_in()
605 static void pmao_restore_workaround(bool ebb) in pmao_restore_workaround() argument
649 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()
1222 bool ebb; in power_pmu_enable() local
1244 ebb = is_ebb_event(cpuhw->event[0]); in power_pmu_enable()
1327 if (ebb) in power_pmu_enable()
1350 pmao_restore_workaround(ebb); in power_pmu_enable()
[all …]
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
DMakefile21 $(TEST_PROGS): ../../harness.c ../event.c ../lib.c ebb.c ebb_handler.S trace.c busy_loop.S
/linux-4.1.27/Documentation/powerpc/
D00-INDEX24 pmu-ebb.txt