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]

[Bug runtime/11852] Nice to have - structure name aliasing/changing


------- Additional Comments From fche at redhat dot com  2010-08-02 16:03 -------
Menny, what breaks if you try

probe process("/sbin/portmap").statement(...) {
   println("...", $pml->pml_map->pm_prog)
   println("...", $pml->pml_map->pm_vers)
}
etc.?

Or perhaps

   println("...", @cast($pml,"pmaplist<rpc/pmap_prot.h>")->pml_map->pm_prog)

?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11852

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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