We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description calltop.py works with python2.7. python3-bpfcc make it possible to use python3 with bcc.
To Reproduce python3 calltop.py screen is empty; nothing is reported.
python3 calltop.py
Expected behavior works like with python2.7
Environment bpfcc-tools 0.8.0-4 bpftrace 0.8+git60-gccac69c2239b-1 libbpfcc 0.8.0-4 python-bpfcc 0.8.0-4 python3-bpfcc 0.8.0-4
Additional context install python 3 for bcc sudo apt-get install python3-bpfcc̀
sudo apt-get install python3-bpfcc̀
The text was updated successfully, but these errors were encountered:
bd50174
egobillot
No branches or pull requests
Description
calltop.py works with python2.7.
python3-bpfcc make it possible to use python3 with bcc.
To Reproduce
python3 calltop.py
screen is empty; nothing is reported.
Expected behavior
works like with python2.7
Environment
bpfcc-tools 0.8.0-4
bpftrace 0.8+git60-gccac69c2239b-1
libbpfcc 0.8.0-4
python-bpfcc 0.8.0-4
python3-bpfcc 0.8.0-4
Additional context
install python 3 for bcc
sudo apt-get install python3-bpfcc̀
The text was updated successfully, but these errors were encountered: