perf stat: Remove the limit on repeat
authorPeter Zijlstra <a.p.zijlstra@chello.nl>
Fri, 4 Sep 2009 13:36:08 +0000 (15:36 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 4 Sep 2009 14:33:08 +0000 (16:33 +0200)
commit9e9772c458d50dabdb5327821da3803254638cd1
tree98e714214b30aae145f023209e843c4ae0548c52
parent506d4bc8d5dab20d84624aa07cdc6dcd77915d52
perf stat: Remove the limit on repeat

Since we don't need all the individual samples to calculate the
error remove both the limit and the storage overhead associated
with that.

Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
tools/perf/builtin-stat.c