This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to deference a pointer to pointer


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]