login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
April
»
1
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Peter Zijlstra
Subject:
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
Date: Thursday, April 1, 2010 - 3:36 am
On Thu, 2010-04-01 at 14:47 +0800, Lin Ming wrote:
quoted text
> > In file included from arch/x86/kernel/cpu/perf_event.c:1326: > arch/x86/kernel/cpu/perf_event_p6.c:94: error: ‘x86_hw_config’ undeclared here (not in a function) > arch/x86/kernel/cpu/perf_event_p6.c:99: error: unknown field ‘raw_event’ specified in initializer > arch/x86/kernel/cpu/perf_event_p6.c:99: error: ‘x86_pmu_raw_event’ undeclared here (not in a function) > make[3]: *** [arch/x86/kernel/cpu/perf_event.o] Error 1 > > diff --git a/arch/x86/kernel/cpu/perf_event_p6.c b/arch/x86/kernel/cpu/perf_event_p6.c > index 626abc0..4ec9680 100644 > --- a/arch/x86/kernel/cpu/perf_event_p6.c > +++ b/arch/x86/kernel/cpu/perf_event_p6.c > @@ -91,12 +91,11 @@ static __initconst struct x86_pmu p6_pmu = { > .enable_all = p6_pmu_enable_all, > .enable = p6_pmu_enable_event, > .disable = p6_pmu_disable_event, > - .hw_config = x86_hw_config, > + .hw_config = x86_pmu_hw_config, > .schedule_events = x86_schedule_events, > .eventsel = MSR_P6_EVNTSEL0, > .perfctr = MSR_P6_PERFCTR0, > .event_map = p6_pmu_event_map, > - .raw_event = x86_pmu_raw_event, > .max_events = ARRAY_SIZE(p6_perfmon_event_map), > .apic = 1, > .max_period = (1ULL << 31) - 1,
egads, that hunk seems to have tunneled into another patch in my queue,.. /me goes fix. Thanks Lin. --
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:
[PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Robert Richter
, (Mon Mar 29, 9:36 am)
[PATCH 1/3] perf/core, x86: undo some some *_counter* -> * ...
, Robert Richter
, (Mon Mar 29, 9:36 am)
[PATCH 2/3] perf/core, x86: removing p6_pmu_raw_event()
, Robert Richter
, (Mon Mar 29, 9:36 am)
[PATCH 3/3] perf/core, x86: implement ARCH_PERFMON_EVENTSE ...
, Robert Richter
, (Mon Mar 29, 9:36 am)
Re: [PATCH 3/3] perf/core, x86: implement ARCH_PERFMON_EVE ...
, Peter Zijlstra
, (Mon Mar 29, 9:48 am)
Re: [PATCH 3/3] perf/core, x86: implement ARCH_PERFMON_EVE ...
, Robert Richter
, (Mon Mar 29, 10:01 am)
Re: [PATCH 3/3] perf/core, x86: implement ARCH_PERFMON_EVE ...
, Robert Richter
, (Tue Mar 30, 2:28 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Stephane Eranian
, (Tue Mar 30, 3:11 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Robert Richter
, (Tue Mar 30, 6:41 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Stephane Eranian
, (Tue Mar 30, 6:53 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Peter Zijlstra
, (Tue Mar 30, 8:00 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Cyrill Gorcunov
, (Tue Mar 30, 8:11 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Stephane Eranian
, (Tue Mar 30, 8:31 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Robert Richter
, (Tue Mar 30, 8:59 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Peter Zijlstra
, (Tue Mar 30, 9:55 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Cyrill Gorcunov
, (Tue Mar 30, 10:11 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Robert Richter
, (Tue Mar 30, 10:24 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Cyrill Gorcunov
, (Tue Mar 30, 11:29 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Peter Zijlstra
, (Tue Mar 30, 12:04 pm)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Cyrill Gorcunov
, (Tue Mar 30, 12:18 pm)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Cyrill Gorcunov
, (Wed Mar 31, 9:15 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Cyrill Gorcunov
, (Wed Mar 31, 9:26 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Cyrill Gorcunov
, (Wed Mar 31, 10:05 am)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Lin Ming
, (Wed Mar 31, 7:14 pm)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Lin Ming
, (Wed Mar 31, 11:47 pm)
Re: [PATCH 0/3] perf/core, x86: unify perfctr bitmasks
, Peter Zijlstra
, (Thu Apr 1, 3:36 am)
[tip:perf/core] perf, x86: Undo some some *_counter* -> *_ ...
, tip-bot for Robert R ...
, (Fri Apr 2, 12:09 pm)
[tip:perf/core] perf, x86: implement ARCH_PERFMON_EVENTSEL ...
, tip-bot for Robert R ...
, (Fri Apr 2, 12:09 pm)
[tip:perf/core] perf, x86: Fix up the ANY flag stuff
, tip-bot for Peter Zi ...
, (Fri Apr 2, 12:09 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
David Howells
[PATCH] KEYS: Use the variable 'key' in keyctl_describe_key()
Greg Kroah-Hartman
[PATCH 17/36] sysdev: detect multiple driver registrations
Sam Ravnborg
Re: [PATCH] kbuild: fix make V=1
Nick Piggin
Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures
Matthew Garrett
Re: [linux-pm] [PATCH] Remove process freezer from suspend to RAM pathway
git
:
Pat Thoyts
[PATCH] git-gui: use themed tk widgets with Tk 8.5
Stephen R. van den Berg
Re: [RFC] origin link for cherry-pick and revert
Johannes Schindelin
Re: [PATCH 2/2] git-svn: support fetch with autocrlf on
Junio C Hamano
Re: [PATCH 6/6] Teach core object handling functions about gitlinks
Michael S. Tsirkin
git-kill: rewrite history removing a commit
linux-netdev
:
Jan Engelhardt
[PATCH 1/3] net: tcp: make hybla selectable as default congestion module
Jarek Poplawski
Re: [PATCH] flush_work_sync vs. flush_scheduled_work Re: [PATCH] PHYLIB: IRQ event...
Lennert Buytenhek
Re: Distributed Switch Architecture(DSA)
Daniel Schaffrath
Re: tcp bw in 2.6
Matt Mackall
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
git-commits-head
:
Linux Kernel Mailing List
ipv6: fix an oops when force unload ipv6 module
Linux Kernel Mailing List
tracing: protect reader of cmdline output
Linux Kernel Mailing List
kconfig: recalc symbol value before showing search results
Linux Kernel Mailing List
KVM: VMX: Clear CR4.VMXE in hardware_disable
Linux Kernel Mailing List
USB: set correct configuration in probe of ti_usb_3410_5052
openbsd-misc
:
Claudio Jeker
Re: Vlan Tag on Vlan Tag (l2tunneling)
Josh Grosse
ssh/sshd challenge-response seems to have stopped working in -current
Tomas Bodzar
bsd: uvm_mapent_alloc: out of static map entries
Community First Financial
Teacher A+ Loan
Pieter Verberne
File collision while using pkg_add
Colocation donated by:
Syndicate