-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BTF not support, please check it #71
Comments
cat /boot/config- |
maybe you need to recompile the kernel with option: CONFIG_DEBUG_INFO_BTF=y |
You can compile it yourself on the current system with command |
I installed the following software environment: git clone https://github.com/ehids/ecapture.git ecapture --help USAGE: VERSION: COMMANDS: DESCRIPTION:
OPTIONS: |
Describe the bug
When I execute the following command:
ecapture --help
2022/06/10 11:21:08 BTF not support, please check it. shell: cat /boot/config-
uname -r
| grep CONFIG_DEBUG_INFO_BTFOr you can compile a no BTF version with youeself by
make nocore
command,Please read Makefile for more info.Linux Server/Desktop (please complete the following information):
cat /etc/redhat-release
CentOS Linux release 7.8.2003 (Core)
uname -r
4.19.136
github.com/ehids/ecapture/releases/download/v0.1.8/ecapture-v0.1.8.tar.gz
The text was updated successfully, but these errors were encountered: