commit | 9ea37e24d4a95dd934a0600d65caa25e409705bb | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Fri Jan 17 11:54:35 2020 -0800 |
committer | Tejun Heo <tj@kernel.org> | Fri Jan 17 11:54:35 2020 -0800 |
tree | faeaaa63ec14e8715390e6a781102ff2b26a839e | |
parent | 3bc0bb36fa30e95ca829e9cf480e1ef7f7638333 [diff] |
iocost: Fix iocost_monitor.py due to helper type mismatch iocost_monitor.py broke with recent versions of drgn due to helper being stricter about types. Fix it so that it uses the correct type. Signed-off-by: Tejun Heo <tj@kernel.org> Suggested-by: Omar Sandoval <osandov@fb.com>