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 tapsets/19906] New: file name lookups in vfs etc. tapsets


https://sourceware.org/bugzilla/show_bug.cgi?id=19906

            Bug ID: 19906
           Summary: file name lookups in vfs etc. tapsets
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
          Assignee: systemtap at sourceware dot org
          Reporter: fche at redhat dot com
  Target Milestone: ---

A frequently requested feature is the provision of full path names from the
context of probes such as vfs.*.  We should add a

    filename = fullpath_struct_file(task_current(),$file)

ditty to all the places where we get a "struct file*" from the context, (or
similar elsewhere).  (We should also ensure that this construct be elided
if the filename is not used by the probe point.)

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

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