Hi, I know systematap has limited support on tracing of struct field. Can it trace a field in a pointer to pointer? struct A { int x; }; void foo(struct A **a); How can I trace the field x in struct A? Thanks, Zhiwei