ply icon indicating copy to clipboard operation
ply copied to clipboard

tracepoint argument handling needs to be updated for newer kernels

Open rganesan opened this issue 1 year ago • 1 comments

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 avatar Aug 26 '24 15:08 rganesan

"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 (https://github.com/iovisor/ply/issues/87#issuecomment-1578144963)

rganesan avatar Aug 28 '24 20:08 rganesan

Fixed in #97

wkz avatar Aug 19 '25 11:08 wkz