File: //opt/sentinelone/mount/tracing/events/syscalls/sys_enter_llistxattr/format
name: sys_enter_llistxattr
ID: 541
format:
field:unsigned short common_type; offset:0; size:2; signed:0;
field:unsigned char common_flags; offset:2; size:1; signed:0;
field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
field:int common_pid; offset:4; size:4; signed:1;
field:int common_lock_depth; offset:8; size:4; signed:1;
field:const char * pathname; offset:16; size:8; signed:0;
field:char * list; offset:24; size:8; signed:0;
field:size_t size; offset:32; size:8; signed:0;
print fmt: "pathname: 0x%08lx, list: 0x%08lx, size: 0x%08lx", ((unsigned long)(REC->pathname)), ((unsigned long)(REC->list)), ((unsigned long)(REC->size))