提交 72523d80 编写于 作者: B Benjamin Herrenschmidt

Revert "powerpc/perf: Use pmc_overflow() to detect rolled back events"

This reverts commit 81331211.

This revert was requested by the author of the patch as it seems
to cause system hangs with some low frequency events
上级 18673533
......@@ -1463,7 +1463,7 @@ static void perf_event_interrupt(struct pt_regs *regs)
if (!event->hw.idx || is_limited_pmc(event->hw.idx))
continue;
val = read_pmc(event->hw.idx);
if (pmc_overflow(val)) {
if ((int)val < 0) {
/* event has overflowed */
found = 1;
record_and_restart(event, val, regs);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册