]> 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)
commitc8836bd57719558df1d512212f311172df527adf
treefaeaaa63ec14e8715390e6a781102ff2b26a839e
parent5c5695b11b751a13d84ca35e06ed3efc37bba74d
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