Trying to get this to run on android: /proc/sys/kernel/ftrace_enabled: no such device #4056
Replies: 1 comment 4 replies
-
Seems that you are running tracee-ebpf and not tracee from the cmdline, is that correct? A few things to note here:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a discussion more than an issue since it might be something wrong with my kernel configuration or patches. I'm trying to execute
tracee-ebpf-static
on my android device and I ran into a fatal error regarding reading the ftrace_enabled node. This also happens when I try tocat
it but not when I try toecho
it.{"level":"fatal","ts":1715874890.5336044,"msg":"App","error":"could not read from ftrace_enabled file: read /proc/sys/kernel/ftrace_enabled: no such device"}
Could someone give me an hand?
My kernel: https://github.com/nitanmarcel/android_kernel_oneplus_sdm845/commits/lineage-21/
My defconfig: https://pastebin.com/8SFCb9iB
Thank you very much :)
Beta Was this translation helpful? Give feedback.
All reactions