Skip to content
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

tracepoint argument handling needs to be updated for newer kernels #93

Open
rganesan opened this issue Aug 26, 2024 · 1 comment
Open

Comments

@rganesan
Copy link

Recent kernels provide easier access to tracepoint char strings, instead of the __data_loc indirection. ply needs to be updated to handle char * fields directly instead of the roundabout dyn mechanism.

@rganesan
Copy link
Author

"ply 'tracepoint:syscalls/sys_enter_openat { printf("%v(%v): %s\n", comm, uid, str(data->filename)); }'" works as recommended by ismhong's comment on issue 87 (#87 (comment))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant