-
Notifications
You must be signed in to change notification settings - Fork 92
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
Is it supposed to work on armv7 and 5.10.x kernel? #64
Comments
To answer your initial question: Yes, I see no reason why that should not work. My guess is that the script files are failing because they rely on the names of kernel symbols that may have changed. A good reminder for me to get rid of them, or convert them to use stable tracepoints instead. 😄 As for the |
In case you think that helps I can give you remote access to my system. |
from above we can see that Just for the fun of it, let's try something similar with
seems to work as well |
|
Maybe this
|
are those the correct settings?
Maybe |
just for completeness some more possibly relevant kernel settings
|
Now with respect to the system calls. If I do something like this it seems better:
|
This is what's currently on master.
executed find and cat
cd /
find | grep linux
Can you please advise on the test cases?
In case you want me to run more tests, or different things please let me know.
The text was updated successfully, but these errors were encountered: