login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
March
»
11
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Peter Zijlstra
Subject:
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
Date: Thursday, March 11, 2010 - 2:38 pm
On Fri, 2010-03-12 at 00:31 +0300, Cyrill Gorcunov wrote:
quoted text
> On Thu, Mar 11, 2010 at 10:24:22PM +0100, Peter Zijlstra wrote: > > On Fri, 2010-03-12 at 00:15 +0300, Cyrill Gorcunov wrote: > > > > > Perhaps something like the patch below (tested with kvm)? With this patch > > > we will actually waste ~4/8 bytes per PMU (intel,amd,p6) since this call > > > hits on p4 only, so I think perhaps better to use one x86 scheduler hook > > > instead of empty schedule_events() in PMU, hmm? > > > --- > > > > > > x86,perf: Fix NULL deref on not assigned x86_pmu > > > > > > In case of not assigned x86_pmu and software events > > > NULL dereference may being hit via x86_pmu::schedule_events > > > method. > > > > > > Fix it by calling x86_pmu::schedule_events only if we > > > have one. Otherwise use general scheduler. > > > > > > Also the former x86_schedule_events calls restored. > > > > Hrm,.. not sure that makes sense, sure it might not crash anymore, but > > its not making much sense to compute anything if we don't have an > > initialized x86_pmu. > > > > Doesn't adding something like: > > > > if (!x86_pmu_initialized()) > > return; > > > > to hw_perf_group_sched_in() make more sense? We seem to do that for all > > these weak things except this one. > > > > As far as I see it'll not update tstamp_running then (in x86_event_sched_in). > Or I miss somethig?
Have it return 0 and it will fallback to defaults. Since there is no initialized x86_pmu there's no point in doing anything x86 specific. --
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:
[RFC] x86,perf: Implement minimal P4 PMU driver v14
, Cyrill Gorcunov
, (Wed Mar 10, 11:31 am)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Robert Richter
, (Wed Mar 10, 12:29 pm)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Cyrill Gorcunov
, (Wed Mar 10, 12:43 pm)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Lin Ming
, (Wed Mar 10, 7:32 pm)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Cyrill Gorcunov
, (Wed Mar 10, 9:12 pm)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Cyrill Gorcunov
, (Thu Mar 11, 9:54 am)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Ingo Molnar
, (Thu Mar 11, 11:16 am)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Cyrill Gorcunov
, (Thu Mar 11, 11:29 am)
[tip:perf/x86] perf, x86: Implement initial P4 PMU driver
, tip-bot for Cyrill G ...
, (Thu Mar 11, 11:33 am)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Ingo Molnar
, (Thu Mar 11, 11:39 am)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Cyrill Gorcunov
, (Thu Mar 11, 2:15 pm)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Peter Zijlstra
, (Thu Mar 11, 2:24 pm)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Cyrill Gorcunov
, (Thu Mar 11, 2:31 pm)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Peter Zijlstra
, (Thu Mar 11, 2:38 pm)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Cyrill Gorcunov
, (Thu Mar 11, 2:41 pm)
Re: [RFC] x86,perf: Implement minimal P4 PMU driver v14
, Cyrill Gorcunov
, (Thu Mar 11, 2:50 pm)
[tip:perf/x86] x86, perf: Fix NULL deref on not assigned x ...
, tip-bot for Cyrill G ...
, (Fri Mar 12, 2:54 am)
Re: [tip:perf/x86] perf, x86: Implement initial P4 PMU driver
, Robert Richter
, (Tue Mar 16, 9:07 am)
Re: [tip:perf/x86] perf, x86: Implement initial P4 PMU driver
, Cyrill Gorcunov
, (Tue Mar 16, 9:23 am)
Re: [tip:perf/x86] perf, x86: Implement initial P4 PMU driver
, Lin Ming
, (Tue Mar 16, 6:05 pm)
[tip:perf/core] perf, x86: Report error code that returned ...
, tip-bot for Robert R ...
, (Wed Mar 17, 2:48 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Mel Gorman
Re: [PATCH 1/4] vmstat: remove zone->lock from walk_zones_in_node
Guenter Roeck
Re: [lm-sensors] Location for thermal drivers
David Woodhouse
Re: RFC: Moving firmware blobs out of the kernel.
Siddha, Suresh B
Re: [PATCH 2.6.21 review I] [11/25] x86: default to physical mode on hotplug CPU k...
Peter Zijlstra
Re: [patch 4/6] mm: merge populate and nopage into fault (fixes nonlinear)
git-commits-head
:
Linux Kernel Mailing List
[MIPS] Fix potential latency problem due to non-atomic cpu_wait.
Linux Kernel Mailing List
USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS
Linux Kernel Mailing List
lib/vsprintf.c: fix bug omitting minus sign of numbers (module_param)
Linux Kernel Mailing List
[Bluetooth] Initiate authentication during connection establishment
Linux Kernel Mailing List
[POWERPC] 4xx: Add ppc40x_defconfig
linux-netdev
:
MERCEDES
Your mail id has won 950,000.00 in the MERCEDES Benz Online Promo.for claims send:
David Miller
Re: [PATCH] xen/netfront: do not mark packets of length < MSS as GSO
David Miller
Re: skb_segment() questions
Shan Wei
[RFC PATCH net-next 2/5]IPv6:netfilter: Send an ICMPv6 "Fragment Reassembly Timeou...
Stanislaw Gruszka
[PATCH 1/4] bnx2x: use smp_mb() to keep ordering of read write operations
git
:
Nicolas Sebrecht
git-svn died of signal 11 (was "3 failures on test t9100 (svn)")
Junio C Hamano
Re: [PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
Martin Langhoff
Re: [PATCH] GIT commit statistics.
Alexandre Julliard
[PATCH] gitweb: Put back shortlog instead of graphiclog in the project list.
Josh Triplett
[PATCH 2/2] Add url.<base>.pushInsteadOf: URL rewriting for push only
openbsd-misc
:
Taisto Qvist XX
Re: AMD GEODE LX-800 just works with kernel from install42.iso and kernelpanics wi...
Nico Meijer
Re: gOS Develop Kit with VIA pc-1 Processor Platform VIA C7-D
Andreas Bihlmaier
Re: jetway board sensors (Fintek F71805F)
admin
Drive a 2009 car from R799p/m
Antti Harri
Re: how to create a sha256 hash
Colocation donated by:
Syndicate