hardirqs: Migrate to kernel tracepoint
authorHengqi Chen <chenhengqi@outlook.com>
Sat, 22 May 2021 08:07:36 +0000 (16:07 +0800)
committeryonghong-song <ys114321@gmail.com>
Wed, 26 May 2021 17:13:30 +0000 (10:13 -0700)
commite6aa65ec777764b7832821522479d9bcc12561b3
treeb30f7868b83fd5116014c31e7afd8f77816ca56b
parent5d77f50e929e4ee22b1dc08924960913e32d9e3b
hardirqs: Migrate to kernel tracepoint

The hardirqs tool is not working properly in recent kernels.
This commit migrates hardirqs to use kernel tracepoints
instead of kprobes, just as we already made to softirqs.

Signed-off-by: Hengqi Chen <chenhengqi@outlook.com>
man/man8/hardirqs.8
tests/python/test_tools_smoke.py
tools/hardirqs.py
tools/old/hardirqs.py [new file with mode: 0755]