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/12596] blacklist is too broad (raw_.*)


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

--- Comment #1 from Adrien Kunysz <adrien at kunysz dot be> 2011-03-20 00:37:35 UTC ---
Example of unexpected result:

# stap -l 'kernel.function("raw_sendmsg")'
semantic error: no match while resolving probe point
kernel.function("raw_sendmsg")

What is expected (as when using guru mode):

# stap -gl 'kernel.function("raw_sendmsg")'
kernel.function("raw_sendmsg@net/ipv4/raw.c:439")

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