[PATCH 4/6] perf session: Add storage for seperating event types in report
From: Eric B Munson <ebmunson(a)us.ibm.com> This patch adds the structures necessary to count each event type independently in perf report. Cc: Peter Zijlstra <a.p.zijlstra(a)chello.nl> Cc: Paul Mackerras <paulus(a)samba.org> Signed-off-by: Eric B Munson <ebmunson(a)us.ibm.com> Signed-off-by: Arnaldo Carvalho de Melo... 5 Mar 2010 11:40
Making Xorg easier to test
From: Daniel Stone <daniel(a)fooishbar.org> Date: Fri, 5 Mar 2010 17:41:43 +0200 I understand that you guys are upset about this, so maybe you'd like to donate, say, 10% of your developer base to help out? That'd be pretty ace. You have to support less than %10 of the amount of hardware we have to support... 5 Mar 2010 13:56
[PATCH 4/5] perf, x86: Clear the LBRs on init
Some CPUs have errata where the LBR is not cleared on Power-On. So always clear the LBRs before use. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- arch/x86/kernel/cpu/perf_event_intel.c | 18 ++++++++++++++++-- arch/x86/kernel/cpu/perf_event_intel_lbr.c | 3 +++ 2 files changed, 19 insert... 5 Mar 2010 11:40
ALSA hda: uninitialized variable fix
At Fri, 5 Mar 2010 16:34:31 +0100, Frederik Deweerdt wrote: Hello Takashi, Commit eaa9b3a748539651f50e3a234c8854e1b42a839a introduced the following uninitialized warning: sound/pci/hda/patch_realtek.c: In function 'set_capture_mixer': sound/pci/hda/patch_realtek.c:4928: warning: 'pin' is u... 5 Mar 2010 11:40
[PATCH 0/5] PEBS and LBR fixes
With these patches PEBS also works on my Core2 machines, although sometimes it fails to generate samples for some reason, so there's more errata to read. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http:... 5 Mar 2010 11:40
[PATCH 3/5] perf, x86: Disable PEBS on clowertown chips
This CPU has just too many handycaps to be really useful. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- arch/x86/kernel/cpu/perf_event.c | 4 ++++ arch/x86/kernel/cpu/perf_event_intel.c | 27 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) Index: linux-2.6/arch/x86/kerne... 5 Mar 2010 11:40
[patch] ALSA hda: uninitialized variable fix
Hello Takashi, Commit eaa9b3a748539651f50e3a234c8854e1b42a839a introduced the following uninitialized warning: sound/pci/hda/patch_realtek.c: In function 'set_capture_mixer': sound/pci/hda/patch_realtek.c:4928: warning: 'pin' is used uninitialized in this function sound/pci/hda/patch_realtek.c:4918: note: '... 5 Mar 2010 11:40
Infinite loop on boot in free_early_partial due to start==end on tip/master
Adding some debug, including a WARN_ON(start >= end) I get: (early) [ 0.000000] pcpu_embed_first_chunk CPU0 copy and return the unused part ffff880001f1f000 0x0. unit_size 122880 size sum 122880 (early) [ 0.000000] free_early_partial 0x1f1f000-0x1f1f000 (early) [ 0.000000] ------------[ cut here ]--------... 5 Mar 2010 10:32
perf: Introduce new perf_save_regs() for hot regs snapshot
Frederic Weisbecker wrote: Events that trigger overflows by interrupting a context can use get_irq_regs() or task_pt_regs() to retrieve the state when the event triggered. But this is not the case for some other class of events like trace events as tracepoints are executed in the same context than the co... 5 Mar 2010 12:48
staging:et131x:et131x_isr.c Fix coding style issues. This patch fixes line length and brace coding style issues raised by checkpatch.pl Signed-off-by: Michael Tate <michael.tate@wanadoo.fr>
> - if (status & ET_INTR_TXDMA_ISR) { + if (status & ET_INTR_TXDMA_ISR) et131x_handle_send_interrupt(etdev); - } /* Handle all the completed Receives interrupts */ - if (status & ET_INTR_RXDMA_XFR_DONE) { + if (status & ET_INTR_RXDMA_XFR_DONE) et131x_handle_recv_interrupt(etdev); - ... 5 Mar 2010 10:32