summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2011-02-03 17:26:06 -0200
committerArnaldo Carvalho de Melo <acme@redhat.com>2011-02-03 17:26:06 -0200
commit52bcd9947bffae88bb1758f19277d678aaebc2ec (patch)
treee70cce3c65ce6a6cfa5daa802296dc1b25714b3f /include/linux
parent542e72fc90f5ed9eecb574f80f70868c7f296093 (diff)
downloadlinux-stable-52bcd9947bffae88bb1758f19277d678aaebc2ec.tar.gz
linux-stable-52bcd9947bffae88bb1758f19277d678aaebc2ec.tar.bz2
linux-stable-52bcd9947bffae88bb1758f19277d678aaebc2ec.zip
perf stat: Fix aggreate counter reading accounting
Introduced in: c52b12ed, when this sequence: count[0] = count[1] = count[2] = 0; Was replaced with: aggr->val = 0; Which is equivalent to zeroing just the first entry in the 'count' array. Fix it by zeroing the three entries with: aggr->val = aggr->ena = aggr->run = 0; Reported-by: Ingo Molnar <mingo@elte.hu> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Tom Zanussi <tzanussi@gmail.com> LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions