login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
August
»
24
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with running perfctrs
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Cyrill Gorcunov
Subject:
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with running perfctrs
Date: Tuesday, August 24, 2010 - 10:20 am
On Tue, Aug 24, 2010 at 07:09:36PM +0200, Robert Richter wrote:
quoted text
> On 24.08.10 12:22:52, Cyrill Gorcunov 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? > > The watchdog is disabled during profiling (perf and oprofile) by > calling disable_lapic_nmi_watchdog(). > > -Robert >
Huh? iirc Don have switched nmi watchdog to native perf subsystem, ie watchdog uses PERF_COUNT_HW_CPU_CYCLES event, letme check... -- Cyrill --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
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 ...
, Don Zickus
, (Fri Aug 20, 8:05 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Ingo Molnar
, (Fri Aug 20, 8:25 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Fri Aug 20, 4:31 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Ingo Molnar
, (Mon Aug 23, 1:53 am)
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 ...
, Robert Richter
, (Tue Aug 24, 10:09 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Tue Aug 24, 10:15 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Tue Aug 24, 10:20 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Tue Aug 24, 10:21 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Tue Aug 24, 10:28 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Tue Aug 24, 11:46 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Tue Aug 24, 11:54 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Tue Aug 24, 12:52 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Tue Aug 24, 1:27 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Tue Aug 24, 1:40 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Wed Aug 25, 2:48 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Wed Aug 25, 3:20 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Ingo Molnar
, (Wed Aug 25, 3:41 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Ingo Molnar
, (Wed Aug 25, 4:00 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Wed Aug 25, 4:02 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Ingo Molnar
, (Wed Aug 25, 4:19 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Wed Aug 25, 1:11 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Wed Aug 25, 1:24 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Wed Aug 25, 2:20 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Wed Aug 25, 2:36 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Frederic Weisbecker
, (Wed Aug 25, 4:52 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Thu Aug 26, 2:00 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Thu Aug 26, 2:11 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Thu Aug 26, 2:18 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Thu Aug 26, 7:31 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Thu Aug 26, 8:22 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Thu Aug 26, 8:34 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Thu Aug 26, 9:40 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Thu Aug 26, 11:02 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Thu Aug 26, 2:14 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Fri Aug 27, 12:51 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Fri Aug 27, 12:57 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Fri Aug 27, 1:10 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Peter Zijlstra
, (Fri Aug 27, 1:11 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Fri Aug 27, 1:31 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Fri Aug 27, 6:39 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Fri Aug 27, 6:44 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Fri Aug 27, 7:05 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Fri Aug 27, 8:05 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Fri Aug 27, 8:48 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Fri Aug 27, 11:57 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Yinghai Lu
, (Fri Aug 27, 12:00 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Fri Aug 27, 12:33 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg Kroah-Hartman
[PATCH 041/196] kobject: add kobject_init_and_add function
Lukas Hejtmanek
Re: Another libata error related to OCZ SSD
Greg Kroah-Hartman
[PATCH 023/196] MCP_UCB1200: Convert from class_device to device
Florian Fainelli
Re: System clock runs too fast after 2.6.27 -> 2.6.28.1 upgrade
Christoph Lameter
[patch 1/4] mmu_notifier: Core code
git
:
Johannes Schindelin
Re: [PATCH 1/2] Add strbuf_initf()
John Bito
[EGIT] Push to GitHub caused corruption
Jakub Narebski
Re: [PATCH 0/2] gitweb: patch view
Junio C Hamano
Re: [PATCH] When a remote is added but not fetched, tell the user.
Andy Parkins
Re: [RFC] Submodules in GIT
git-commits-head
:
Linux Kernel Mailing List
ahci: Workaround HW bug for SB600/700 SATA controller PMP support
Linux Kernel Mailing List
V4L/DVB (11086): au0828: rename macro for currently non-function VBI support
Linux Kernel Mailing List
ceph: client types
Linux Kernel Mailing List
ceph: on-wire types
Linux Kernel Mailing List
crypto: chainiv - Use kcrypto_wq instead of keventd_wq
linux-netdev
:
Andrew Morton
Re: [Bugme-new] [Bug 14969] New: b44: WOL does not work in suspended state
Giuseppe CAVALLARO
Re: [PATCH 03/13] stmmac: add the new Header file for stmmac platform data
Taku Izumi
[PATCH 3/3] ixgbe: add registers etc. printout code just before resetting adapters
Eric Dumazet
rps: some comments
Thomas Gleixner
Re: [RFC PATCH 02/12] On Tue, 23 Sep 2008, David Miller wrote:
openbsd-misc
:
Stephan Andreas
problems with login after xlock in OpenBSD release 4.7
pmc
Make A Change. Alcoholism and Drug Addiction Treatment
ropers
Re: what exactly is enc0?
Fuad NAHDI
Re: What does your environment look like?
Matthew Szudzik
Typo on OpenBSD 4.4 CD Set
Colocation donated by:
Syndicate