tools: fix cachetop.py with 5.15 kernel
authorYonghong Song <yhs@fb.com>
Thu, 11 Nov 2021 01:21:11 +0000 (17:21 -0800)
committeryonghong-song <ys114321@gmail.com>
Thu, 11 Nov 2021 23:41:20 +0000 (15:41 -0800)
commitbf49924394c6d748eb4da96ccc15a4277c0ef78e
treef03bb197bb238d30aeafff6473a51e2e2c1cdc8a
parent61087b961716ad96d1d7d9711a53202b9e88b990
tools: fix cachetop.py with 5.15 kernel

The tool cachetop.py doesn't work with 5.15 kernel due to
kprobe function renaming. Adapt to the new function.
Commit 61087b961716 ("tools: fix cachestat.py with 5.15 kernel")
fixed a similar issue for cachestat.py.

Signed-off-by: Yonghong Song <yhs@fb.com>
tools/cachetop.py