mirror of
https://github.com/brendangregg/perf-tools.git
synced 2025-11-30 23:16:03 +07:00
This patch tries to fix following bitesize issues, 1. Error flooding messages when array index value is negative. 2. the smax in gawk was treated as string, that cause bug when perf return zero IO count. Signed-off-by: Yong Yang <yangoliver@gmail.com>