> Are pointer chain references in the regular stap language (not embedded > C) always safe? In other words, if I use something of the form > $ptr1->ptr2->ptr3->var, does stap automatically convert that to the > needed deref() macros? Yes, all generated references use the macro (that's why it exists).