fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
introom has left #systemtap ["WeeChat 1.6"]
<fche>
execname is only indirectly and optionally connected to executable path name
<agentzh>
fche: any other alternatives for absolute exe file path? or do i have to walk along the relevant kernel data structures myself?
<fche>
the path is available in the vma tracker code in the runtime
<fche>
at the time that the mmap/exec is intercepted
_whitelogger has joined #systemtap
orivej has quit [Ping timeout: 252 seconds]
<agentzh>
fche: so we should expose that info out via a tapset?