summaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
authorJulia Lawall2009-12-09 20:26:18 +0100
committerIngo Molnar2009-12-10 08:30:26 +0100
commit5660ce34241ab204bf78fbcaa5e09318c2748d37 (patch)
treee1b8529e702fafd53e0097b5250edb578a23b396 /tools/perf/Makefile
parentperf_event: Fix perf_swevent_hrtimer() variable initialization (diff)
downloadkernel-qcow2-linux-5660ce34241ab204bf78fbcaa5e09318c2748d37.tar.gz
kernel-qcow2-linux-5660ce34241ab204bf78fbcaa5e09318c2748d37.tar.xz
kernel-qcow2-linux-5660ce34241ab204bf78fbcaa5e09318c2748d37.zip
perf tools: Correct size given to memset
Memset should be given the size of the structure, not the size of the pointer. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ type T; T *x; expression E; @@ memset(x, E, sizeof( + * x)) // </smpl> Signed-off-by: Julia Lawall <julia@diku.dk> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <Pine.LNX.4.64.0912092026000.1870@ask.diku.dk> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/Makefile')
0 files changed, 0 insertions, 0 deletions