perf: Provide generic perf_sample_data initialization
This makes it easier to extend perf_sample_data and fixes a bug on arm and sparc, which failed to set ->raw to NULL, which can cause crashes when combined with PERF_SAMPLE_RAW. It also optimizes PowerPC and tracepoint, because the struct initialization is forced to zero out the whole structure. Signed-off-by:Peter Zijlstra <a.p.zijlstra@chello.nl> Acked-by:
Jean Pihet <jpihet@mvista.com> Reviewed-by:
Frederic Weisbecker <fweisbec@gmail.com> Acked-by:
David S. Miller <davem@davemloft.net> Cc: Jamie Iles <jamie.iles@picochip.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Stephane Eranian <eranian@google.com> Cc: stable@kernel.org LKML-Reference: <20100304140100.315416040@chello.nl> Signed-off-by:
Ingo Molnar <mingo@elte.hu>
Showing
- arch/arm/kernel/perf_event.c 2 additions, 2 deletionsarch/arm/kernel/perf_event.c
- arch/powerpc/kernel/perf_event.c 4 additions, 4 deletionsarch/powerpc/kernel/perf_event.c
- arch/sparc/kernel/perf_event.c 1 addition, 1 deletionarch/sparc/kernel/perf_event.c
- arch/x86/kernel/cpu/perf_event.c 1 addition, 2 deletionsarch/x86/kernel/cpu/perf_event.c
- arch/x86/kernel/cpu/perf_event_intel.c 2 additions, 4 deletionsarch/x86/kernel/cpu/perf_event_intel.c
- include/linux/perf_event.h 7 additions, 0 deletionsinclude/linux/perf_event.h
- kernel/perf_event.c 8 additions, 13 deletionskernel/perf_event.c
Loading
Please register or sign in to comment