login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
July
»
24
Re: [PATCH 11/24] x86/oprofile: Add IBS support for AMD CPUs, model specific code
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Maynard Johnson
Subject:
Re: [PATCH 11/24] x86/oprofile: Add IBS support for AMD CPUs, model specific code
Date: Thursday, July 24, 2008 - 7:15 am
Robert Richter wrote:
quoted text
> From: Barry Kasindorf <barry.kasindorf@amd.com> > > This patchset supports the new profiling hardware available in the > latest AMD CPUs in the oProfile driver. > > Signed-off-by: Barry Kasindorf <barry.kasindorf@amd.com> > Signed-off-by: Robert Richter <robert.richter@amd.com> > --- > arch/x86/oprofile/op_model_athlon.c | 257 +++++++++++++++++++++++++++++++++++ > 1 files changed, 257 insertions(+), 0 deletions(-) > > diff --git a/arch/x86/oprofile/op_model_athlon.c b/arch/x86/oprofile/op_model_athlon.c > index 40ecb02..229e0b4 100644 > --- a/arch/x86/oprofile/op_model_athlon.c > +++ b/arch/x86/oprofile/op_model_athlon.c > @@ -9,9 +9,13 @@ > * @author Philippe Elie > * @author Graydon Hoare > * @author Robert Richter <robert.richter@amd.com> > + * @author Barry Kasindorf > */ >
[snip]
quoted text
> + > +struct op_ibs_config { > + unsigned long op_enabled; > + unsigned long fetch_enabled; > + unsigned long max_cnt_fetch; > + unsigned long max_cnt_op; > + unsigned long rand_en; > + unsigned long dispatched_ops;
I don't see dispatched_ops being used either by your kernel driver changes or by the userspace changes submitted by Jason. -Maynard [snip] --
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/24] oprofile: Add IBS support for AMD CPUs
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 01/24] x86: Add PCI IDs for AMD Barcelona PCI devices
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 02/24] x86: apic_*.c: Add description to AMD's exte ...
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 03/24] oprofile: Add support for AMD Family 11h
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 04/24] x86/oprofile: Introduce model specific init/ ...
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 05/24] x86/oprofile: Minor changes in op_model_athlon.c
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 06/24] x86/oprofile: Renaming athlon_*() into op_am ...
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 07/24] drivers/oprofile: Coding style fixes in buff ...
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 08/24] OProfile: Moving increment_tail() in buffer_ ...
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 09/24] OProfile: Add IBS code macros
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 10/24] x86/oprofile: Add IBS support for AMD CPUs, ...
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 11/24] x86/oprofile: Add IBS support for AMD CPUs, ...
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 12/24] x86/oprofile: Separating the IBS handler
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 13/24] OProfile: Change IBS interrupt initialization
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 14/24] OProfile: Fix build error in op_model_athlon.c
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 15/24] OProfile: on_each_cpu(): kill unused retry p ...
, Robert Richter
, (Tue Jul 22, 12:08 pm)
[PATCH 16/24] OProfile: Fix setup_ibs_files() function int ...
, Robert Richter
, (Tue Jul 22, 12:09 pm)
[PATCH 17/24] OProfile: Enable IBS for AMD CPUs
, Robert Richter
, (Tue Jul 22, 12:09 pm)
[PATCH 18/24] OProfile: Fix IBS build error for UP
, Robert Richter
, (Tue Jul 22, 12:09 pm)
[PATCH 19/24] x86/oprofile: Macro definition cleanup in op ...
, Robert Richter
, (Tue Jul 22, 12:09 pm)
[PATCH 20/24] x86/oprofile: op_model_athlon.c: Fix counter ...
, Robert Richter
, (Tue Jul 22, 12:09 pm)
[PATCH 21/24] x86: apic: Export symbols for extended inter ...
, Robert Richter
, (Tue Jul 22, 12:09 pm)
[PATCH 22/24] x86/oprofile: Add CONFIG_OPROFILE_IBS option
, Robert Richter
, (Tue Jul 22, 12:09 pm)
[PATCH 23/24] oprofile: Fix printk in cpu_buffer.c
, Robert Richter
, (Tue Jul 22, 12:09 pm)
[PATCH 24/24] x86/oprofile: Reanaming op_model_athlon.c to ...
, Robert Richter
, (Tue Jul 22, 12:09 pm)
Re: [PATCH 21/24] x86: apic: Export symbols for extended i ...
, Arjan van de Ven
, (Tue Jul 22, 12:53 pm)
Re: [PATCH 0/24] oprofile: Add IBS support for AMD CPUs
, Maynard Johnson
, (Wed Jul 23, 5:24 am)
[PATCH] x86: apic: Changing export symbols to *_GPL
, Robert Richter
, (Wed Jul 23, 6:28 am)
Re: [PATCH 10/24] x86/oprofile: Add IBS support for AMD CP ...
, Maynard Johnson
, (Wed Jul 23, 12:20 pm)
Re: [PATCH] x86: apic: Changing export symbols to *_GPL
, linux-os (Dick Johnson)
, (Wed Jul 23, 12:29 pm)
Re: [PATCH 10/24] x86/oprofile: Add IBS support for AMD CP ...
, Robert Richter
, (Wed Jul 23, 12:46 pm)
Re: [PATCH] x86: apic: Changing export symbols to *_GPL
, Robert Richter
, (Wed Jul 23, 1:01 pm)
Re: [PATCH 10/24] x86/oprofile: Add IBS support for AMD CP ...
, Carl Love
, (Wed Jul 23, 1:01 pm)
Re: [PATCH 10/24] x86/oprofile: Add IBS support for AMD CP ...
, Robert Richter
, (Wed Jul 23, 1:19 pm)
Re: [PATCH] x86: apic: Changing export symbols to *_GPL
, Stefan Richter
, (Thu Jul 24, 1:16 am)
Re: [PATCH 11/24] x86/oprofile: Add IBS support for AMD CP ...
, Maynard Johnson
, (Thu Jul 24, 7:15 am)
Re: [PATCH 11/24] x86/oprofile: Add IBS support for AMD CP ...
, Robert Richter
, (Thu Jul 24, 7:36 am)
Re: [PATCH 11/24] x86/oprofile: Add IBS support for AMD CP ...
, Robert Richter
, (Thu Jul 24, 7:39 am)
Re: [PATCH 0/24] oprofile: Add IBS support for AMD CPUs
, Ingo Molnar
, (Sat Jul 26, 2:52 am)
Re: [PATCH 06/24] x86/oprofile: Renaming athlon_*() into o ...
, Ingo Molnar
, (Sat Jul 26, 2:55 am)
Re: [PATCH 08/24] OProfile: Moving increment_tail() in buf ...
, Ingo Molnar
, (Sat Jul 26, 2:56 am)
Re: [PATCH 10/24] x86/oprofile: Add IBS support for AMD CP ...
, Ingo Molnar
, (Sat Jul 26, 2:58 am)
Re: [PATCH 11/24] x86/oprofile: Add IBS support for AMD CP ...
, Ingo Molnar
, (Sat Jul 26, 3:03 am)
Re: [PATCH 13/24] OProfile: Change IBS interrupt initializ ...
, Ingo Molnar
, (Sat Jul 26, 3:05 am)
Re: [PATCH 14/24] OProfile: Fix build error in op_model_at ...
, Ingo Molnar
, (Sat Jul 26, 3:05 am)
Re: [PATCH 17/24] OProfile: Enable IBS for AMD CPUs
, Ingo Molnar
, (Sat Jul 26, 3:09 am)
Re: [PATCH 22/24] x86/oprofile: Add CONFIG_OPROFILE_IBS option
, Ingo Molnar
, (Sat Jul 26, 3:15 am)
Re: [PATCH 24/24] x86/oprofile: Reanaming op_model_athlon. ...
, Ingo Molnar
, (Sat Jul 26, 3:17 am)
Re: [PATCH 03/24] oprofile: Add support for AMD Family 11h
, Daniel K.
, (Sat Jul 26, 10:32 am)
Re: [PATCH 0/24] oprofile: Add IBS support for AMD CPUs
, Robert Richter
, (Mon Jul 28, 7:02 am)
Re: [PATCH 03/24] oprofile: Add support for AMD Family 11h
, Ingo Molnar
, (Mon Jul 28, 8:35 am)
Re: [PATCH 0/24] oprofile: Add IBS support for AMD CPUs
, Ingo Molnar
, (Thu Jul 31, 3:32 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Matthew Garrett
Re: [PATCH] Enable speedstep for sonoma processors.
Mauro Carvalho Chehab
Re: [PATCH 1/2] media: Add timberdale video-in driver
Peter Zijlstra
[PATCH 23/30] netvm: skb processing
Greg Kroah-Hartman
[PATCH 21/28] cgroupfs: create /sys/fs/cgroup to mount cgroupfs on
git
:
Jan Hudec
Re: GIT push to sftp (feature request)
Steffen Prohaska
[PATCH 0/4] core.ignorecase
Johannes Schindelin
Re: Git checkout preserve timestamp?
Linus Torvalds
[PATCH 1/7] Make unpack_trees_options bit flags actual bitfields
Johan Herland
Re: What's cooking in git.git (Oct 2010, #01; Wed, 13)
linux-netdev
:
David Miller
Re: [PATCH 1/3] f_phonet: dev_kfree_skb instead of dev_kfree_skb_any in TX callback
Richard Cochran
Re: [PATCH v3 3/3] ptp: Added a clock that uses the eTSEC found on the MPC85xx.
Jan Engelhardt
Re: [PATCH] Fix netfilter xt_time's time_mt()'s use of do_div()
Herbert Xu
Re: [RFC PATCH 00/17] virtual-bus
Jeff Kirsher
Re: [net-next-2.6 PATCH] e1000e: don't inadvertently re-set INTX_DISABLE
git-commits-head
:
Linux Kernel Mailing List
ALSA: hda - Enable beep on Realtek codecs with PCI SSID override
Linux Kernel Mailing List
Use path_put() in a few places instead of {mnt,d}put()
Linux Kernel Mailing List
mv643xx_eth: use sw csum for big packets
Linux Kernel Mailing List
arm: fix HAVE_CLK merge goof
Linux Kernel Mailing List
arm: convert pcm037 platform to use smsc911x
freebsd-current
:
David Wolfskill
"interrupt storm..."; seems associated with an0 NIC
Andriy Gapon
Re: letting glabel recognise a media change
Garrett Cooper
Re: Only display ACPI bootmenu key if ACPI is present
Pyun YongHyeon
CFT: msk(4) Rx checksum offloading support
FreeBSD Tinderbox
[head tinderbox] failure on sparc64/sparc64
Colocation donated by:
Syndicate