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
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.
The text was updated successfully, but these errors were encountered:
"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))
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.
The text was updated successfully, but these errors were encountered: