login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
August
»
19
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: Don Zickus
Subject:
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with running perfctrs
Date: Thursday, August 19, 2010 - 2:58 pm
On Thu, Aug 19, 2010 at 04:27:13PM +0200, Peter Zijlstra wrote:
quoted text
> x86_pmu.drain_pebs(regs); > + } > > for_each_set_bit(bit, (unsigned long *)&status, X86_PMC_IDX_MAX) { > struct perf_event *event = cpuc->events[bit]; > > + handled++; > + > if (!test_bit(bit, cpuc->active_mask)) > continue;
Sorry I didn't notice this earlier, but I think you want that handled++ after the if(..) continue pieces. Otherwise you will always have a number
quoted text
>1. :-)
Cheers, Don --
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:
A question of perf NMI handler
, Lin Ming
, (Wed Aug 4, 2:21 am)
Re: A question of perf NMI handler
, Peter Zijlstra
, (Wed Aug 4, 2:50 am)
Re: A question of perf NMI handler
, Robert Richter
, (Wed Aug 4, 3:01 am)
Re: A question of perf NMI handler
, Peter Zijlstra
, (Wed Aug 4, 3:24 am)
Re: A question of perf NMI handler
, Robert Richter
, (Wed Aug 4, 3:29 am)
Re: A question of perf NMI handler
, Don Zickus
, (Wed Aug 4, 6:54 am)
Re: A question of perf NMI handler
, Don Zickus
, (Wed Aug 4, 7:00 am)
Re: A question of perf NMI handler
, Peter Zijlstra
, (Wed Aug 4, 7:11 am)
Re: A question of perf NMI handler
, Don Zickus
, (Wed Aug 4, 7:52 am)
Re: A question of perf NMI handler
, Peter Zijlstra
, (Wed Aug 4, 8:02 am)
Re: A question of perf NMI handler
, Cyrill Gorcunov
, (Wed Aug 4, 8:18 am)
Re: A question of perf NMI handler
, Don Zickus
, (Wed Aug 4, 8:45 am)
Re: A question of perf NMI handler
, Don Zickus
, (Wed Aug 4, 8:50 am)
Re: A question of perf NMI handler
, Cyrill Gorcunov
, (Wed Aug 4, 9:10 am)
Re: A question of perf NMI handler
, Don Zickus
, (Wed Aug 4, 9:20 am)
Re: A question of perf NMI handler
, Cyrill Gorcunov
, (Wed Aug 4, 9:39 am)
Re: A question of perf NMI handler
, Robert Richter
, (Wed Aug 4, 11:48 am)
Re: A question of perf NMI handler
, Andi Kleen
, (Wed Aug 4, 12:22 pm)
Re: A question of perf NMI handler
, Cyrill Gorcunov
, (Wed Aug 4, 12:26 pm)
Re: A question of perf NMI handler
, Robert Richter
, (Thu Aug 5, 11:52 pm)
Re: A question of perf NMI handler
, Don Zickus
, (Fri Aug 6, 7:21 am)
Re: A question of perf NMI handler
, Andi Kleen
, (Fri Aug 6, 8:35 am)
Re: A question of perf NMI handler
, Andi Kleen
, (Fri Aug 6, 8:37 am)
[PATCH] perf, x86: try to handle unknown nmis with running ...
, Robert Richter
, (Mon Aug 9, 12:48 pm)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Cyrill Gorcunov
, (Mon Aug 9, 1:02 pm)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Robert Richter
, (Tue Aug 10, 12:42 am)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Cyrill Gorcunov
, (Tue Aug 10, 9:16 am)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Robert Richter
, (Tue Aug 10, 9:41 am)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Cyrill Gorcunov
, (Tue Aug 10, 10:24 am)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Robert Richter
, (Tue Aug 10, 12:05 pm)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Cyrill Gorcunov
, (Tue Aug 10, 12:24 pm)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Don Zickus
, (Tue Aug 10, 1:48 pm)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Frederic Weisbecker
, (Tue Aug 10, 7:44 pm)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Huang Ying
, (Tue Aug 10, 8:19 pm)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Robert Richter
, (Wed Aug 11, 4:10 am)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Don Zickus
, (Wed Aug 11, 5:36 am)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Don Zickus
, (Wed Aug 11, 5:39 am)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Don Zickus
, (Wed Aug 11, 5:44 am)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Robert Richter
, (Wed Aug 11, 7:03 am)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Don Zickus
, (Wed Aug 11, 7:32 am)
[PATCH -v2] perf, x86: try to handle unknown nmis with run ...
, Robert Richter
, (Wed Aug 11, 3:00 pm)
Re: [PATCH -v2] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Thu Aug 12, 6:10 am)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Robert Richter
, (Thu Aug 12, 6:24 am)
Re: [PATCH -v2] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Thu Aug 12, 6:52 am)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Cyrill Gorcunov
, (Thu Aug 12, 7:31 am)
Re: [PATCH -v2] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Thu Aug 12, 11:21 am)
Re: [PATCH -v2] perf, x86: try to handle unknown nmis with ...
, Frederic Weisbecker
, (Thu Aug 12, 9:25 pm)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Frederic Weisbecker
, (Thu Aug 12, 9:37 pm)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Robert Richter
, (Fri Aug 13, 1:22 am)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Frederic Weisbecker
, (Fri Aug 13, 6:28 pm)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Robert Richter
, (Fri Aug 13, 7:29 pm)
Re: [PATCH -v2] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Mon Aug 16, 12:37 am)
Re: [PATCH] perf, x86: try to handle unknown nmis with run ...
, Peter Zijlstra
, (Mon Aug 16, 7:37 am)
Re: [PATCH -v2] perf, x86: try to handle unknown nmis with ...
, Peter Zijlstra
, (Mon Aug 16, 7:48 am)
Re: [PATCH -v2] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Mon Aug 16, 9:27 am)
Re: [PATCH -v2] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Mon Aug 16, 10:16 am)
Re: [PATCH -v2] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Mon Aug 16, 12:06 pm)
Re: [PATCH -v2] perf, x86: try to handle unknown nmis with ...
, Peter Zijlstra
, (Mon Aug 16, 12:13 pm)
Re: [PATCH -v2] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Mon Aug 16, 12:18 pm)
Re: [PATCH -v2] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Mon Aug 16, 3:55 pm)
[PATCH -v3] perf, x86: try to handle unknown nmis with run ...
, Robert Richter
, (Tue Aug 17, 8:22 am)
Re: [PATCH -v2] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Tue Aug 17, 8:23 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Tue Aug 17, 9:17 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Peter Zijlstra
, (Thu Aug 19, 3:45 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Thu Aug 19, 5:39 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Thu Aug 19, 7:12 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Peter Zijlstra
, (Thu Aug 19, 7:27 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Thu Aug 19, 8:20 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Thu Aug 19, 10:43 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Peter Zijlstra
, (Thu Aug 19, 10:53 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Thu Aug 19, 2:58 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Thu Aug 19, 6:50 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Ingo Molnar
, (Fri Aug 20, 1:16 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Robert Richter
, (Fri Aug 20, 1:36 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Peter Zijlstra
, (Fri Aug 20, 1:50 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Peter Zijlstra
, (Fri Aug 20, 3:04 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Fri Aug 20, 3:30 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Fri Aug 20, 5:39 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Ingo Molnar
, (Fri Aug 20, 6:27 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Fri Aug 20, 6:51 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Ingo Molnar
, (Fri Aug 20, 7:17 am)
[tip:perf/urgent] perf, x86: Try to handle unknown nmis wi ...
, tip-bot for Robert R ...
, (Fri Aug 20, 7:17 am)
[tip:perf/urgent] perf, x86: Fix handle_irq return values
, tip-bot for Peter Zi ...
, (Fri Aug 20, 7:17 am)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Cyrill Gorcunov
, (Fri Aug 20, 1:45 pm)
Re: [PATCH -v3] perf, x86: try to handle unknown nmis with ...
, Don Zickus
, (Tue Aug 24, 2:48 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