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]

Re: [PATCH] filename in tapset nfs.proc.open and nfs.proc.release


David Smith <dsmith@redhat.com> writes:

> [...]  Thanks for the patch, but I don't think this is really what
> we want here. Here's why: [...]

The full pathname is almost certainly more useful in the many probes
where __file_filename() is currently used (I recall receiving some
complaints about that long ago, just not getting to the bottom), and
the cost is not -that- high.  But point taken, some might not want to
pay that.

One way to have it both ways is to extend each these probe aliases
(only some dozen or so) to define a new context variable like
'fullpath' sibling of 'file*name'.  It would fully resolve the path
name.  (I'd certainly switch argstr over to print that instead of the
last component.)

- FChE


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