You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
I want to use adeb on my phone, but I got the above error.
root@localhost:/# filetop
sh: modprobe: command not found
Unable to find kernel headers. Try rebuilding kernel with CONFIG_IKHEADERS=m (module)
chdir(/lib/modules/4.14.117-perf-g63f048d/build): No such file or directory
Traceback (most recent call last):
File "/usr/share/bcc/tools/filetop", line 161, in <module>
b = BPF(text=bpf_text)
File "/usr/lib/python2.7/dist-packages/bcc/__init__.py", line 343, in __init__
raise Exception("Failed to compile BPF module %s" % (src_file or "<text>"))
Exception: Failed to compile BPF module <text>
From the git log, we can see the '--kernelsrc' option was removed, so I can't specify the header path.
Can you tell me why this option was removed? And is there an alternative option? Thanks.
The text was updated successfully, but these errors were encountered:
I want to use adeb on my phone, but I got the above error.
From the git log, we can see the '--kernelsrc' option was removed, so I can't specify the header path.
Can you tell me why this option was removed? And is there an alternative option? Thanks.
The text was updated successfully, but these errors were encountered: