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/13450] New: get rid of most/all probe-alias "?" (optional) markup


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

             Bug #: 13450
           Summary: get rid of most/all probe-alias "?" (optional) markup
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap@sourceware.org
        ReportedBy: fche@redhat.com
    Classification: Unclassified


Probe aliases defined thusly:

    probe foo = bar?
      { }

does not do a lot for a script user.  It quietly fails when the
underlying bar probe point is not present.  If the end-user script
wishes to allow this, it should be written with the optional markup
of its own:

    probe foo ?  
      { }

We should review the tapset and generally get rid of as many of 
these optional markers (conditional on %( version %) ) as possible.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]