How to deference a pointer to pointer

Zhiwei Ying zhiwei.ying@gmail.com
Tue Apr 19 09:30:00 GMT 2011


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



More information about the Systemtap mailing list