commit | bad760089c1ef7fe525c0f268a4078b9cb483903 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Thu Apr 30 14:14:37 2009 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 30 14:14:37 2009 +0200 |
tree | 4c1d98198a8f0058932144bdff43a6041a0ad694 | |
parent | 66cf782996f3d57d3cc199f0a2d47a54e2aa5991 [diff] |
perf_counter tools: fix infinite loop in perf-report on zeroed event records Bail out early if a record has zero size - we have no chance to make reliable progress in that case. Print out the offset where this happens, and print the number of bytes we missed out on. Signed-off-by: Ingo Molnar <mingo@elte.hu>