Check if raw tracepoint in module is supported
authorFei Li <lifei.shirley@bytedance.com>
Sun, 20 Jun 2021 14:18:32 +0000 (22:18 +0800)
committeryonghong-song <ys114321@gmail.com>
Sun, 11 Jul 2021 23:25:04 +0000 (16:25 -0700)
commit45352512b45c04bbf7ede90a9c626a3f3aa7ac5f
tree5168b12ea62b064bb61b75cce5226bbf2665f77b
parent4e8e8c65335d650414cd05a38b6860080dba81da
Check if raw tracepoint in module is supported

Actually there are two stages to fully support raw tracepoint: the
first stage is only for in-kernel functions, and the second stage is
for kernel modules. For the latter stage, the corresponding kernel
commit is a38d1107, and it is merged since v5.0.

Signed-off-by: Fei Li <lifei.shirley@bytedance.com>
src/python/bcc/__init__.py