iocost: Fix iocost_monitor.py due to helper type mismatch
authorTejun Heo <tj@kernel.org>
Fri, 17 Jan 2020 19:54:35 +0000 (11:54 -0800)
committerTejun Heo <tj@kernel.org>
Fri, 17 Jan 2020 19:54:35 +0000 (11:54 -0800)
commit9ea37e24d4a95dd934a0600d65caa25e409705bb
treefaeaaa63ec14e8715390e6a781102ff2b26a839e
parent3bc0bb36fa30e95ca829e9cf480e1ef7f7638333
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>
tools/cgroup/iocost_monitor.py