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]

module("*") wildcard expansion problem


I noticed that the following line 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?

Mike Mason



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