[Bug translator/16633] New: odd 'stap -L' behavior
dsmith at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Feb 25 21:06:00 GMT 2014
https://sourceware.org/bugzilla/show_bug.cgi?id=16633
Bug ID: 16633
Summary: odd 'stap -L' behavior
Product: systemtap
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: translator
Assignee: systemtap at sourceware dot org
Reporter: dsmith at redhat dot com
On rawhide (3.14.0-0.rc2.git4.1.fc21.x86_64), I'm seeing the following with
systemtap HEAD:
====
# stap -L 'kernel.function("sock_release").*'
kernel.function("debug_lockdep_rcu_enabled@kernel/rcu/update.c:136")
kernel.function("iput@fs/inode.c:1431") $inode:struct inode*
kernel.function("module_put@kernel/module.c:968") $module:struct module*
kernel.function("printk@kernel/printk/printk.c:1675") $fmt:char const*
$args:va_list
kernel.function("sock_release@net/socket.c:585").call $sock:struct socket*
kernel.function("sock_release@net/socket.c:585").exported $sock:struct socket*
kernel.function("sock_release@net/socket.c:585").return $sock:struct socket*
====
I would have expected it to only return the last 3.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list