Re: [PATCH -v3] perf, x86: try to handle unknown nmis with running perfctrs

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Cyrill Gorcunov
Date: Tuesday, August 24, 2010 - 9:22 am

On Mon, Aug 23, 2010 at 10:53:39AM +0200, Ingo Molnar wrote:

Btw, guys, I fail to see how new nmi_watchdog work, we have
default_do_nmi
  if (!(reason & 0xc0)) {
    if (notify_die(DIE_NMI, "nmi", regs, reason, 2, SIGINT) == == NOTIFY_STOP)
      return
    if (nmi_watchdog_tick(regs, reason))
      return

but perf_event_nmi_handler returns NOTIFY_STOP when watchdog is perf event
and nmi_watchdog_tick _never_ called, or (most probably) I miss something?

	-- Cyrill
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ..., Cyrill Gorcunov, (Tue Aug 24, 9:22 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ..., Frederic Weisbecker, (Wed Aug 25, 4:52 pm)