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 translator/3261] New: module("*") wildcard also expands to kernel functions


In the current.stp test, module("*").function("*interrupt*") expands to every
function in modules and the kernel with "interrupt" in its name. I assume it
should only expand to functions in modules, correct?

In fact, what is the purpose of distinquishing between the kernel and modules
when probing a function?  Under what circumstances would you want to probe a
function if it's in the kernel, but not if it's in a module (and visa versa)?

-- 
           Summary: module("*") wildcard also expands to kernel functions
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mmlnx at us dot ibm dot com


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

------- 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]