]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6a597f41a5a9cf833d6131762732abf3918c8f91
treefaeaaa63ec14e8715390e6a781102ff2b26a839e
parent3248d254e6d79d5345170aff4c95de4058410405
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