Searched refs:ebb (Results 1 – 5 of 5) sorted by relevance
7 all: $(TEST_PROGS) ebb20 $(MAKE) -C ebb run_tests26 $(MAKE) -s -C ebb emit_tests32 $(MAKE) -C ebb install37 $(MAKE) -C ebb clean39 ebb: target42 .PHONY: all run_tests clean ebb
287 unsigned int unit, pmc, cache, ebb; in power8_get_constraint() local298 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()
120 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument129 static void pmao_restore_workaround(bool ebb) { } in pmao_restore_workaround() argument564 static unsigned long ebb_switch_in(bool ebb, struct cpu_hw_events *cpuhw) in ebb_switch_in() argument568 if (!ebb) in ebb_switch_in()605 static void pmao_restore_workaround(bool ebb) in pmao_restore_workaround() argument649 if (ebb && !(current->thread.bescr & BESCR_GE)) in pmao_restore_workaround()1222 bool ebb; in power_pmu_enable() local1244 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 …]
21 $(TEST_PROGS): ../../harness.c ../event.c ../lib.c ebb.c ebb_handler.S trace.c busy_loop.S
24 pmu-ebb.txt