[Bug translator/16955] blacklisting requires better feedback

jlebon at redhat dot com sourceware-bugzilla@sourceware.org
Fri May 16 21:32:00 GMT 2014


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

--- Comment #1 from Jonathan Lebon <jlebon at redhat dot com> ---
Created attachment 7606
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7606&action=edit
blacklist patch

Proposed patch to add a warning if blacklisted. Effect:

$ stap -e 'probe kernel.function("do_symlink") { next }'
WARNING: function do_symlink is in blacklisted section: keyword at <input>:1:1
 source: probe kernel.function("do_symlink") { next }
         ^
semantic error: while resolving probe point: identifier 'kernel' at :1:7
        source: probe kernel.function("do_symlink") { next }
                      ^

semantic error: no match (similar functions: do_symlink, add_symlink,
del_symlink, do_setlink, SyS_symlink)
Pass 2: analysis failed.  [man error::pass2]

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



More information about the Systemtap mailing list