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
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate