[Bug translator/14226] semantic error: missing x86_64 kernel/module debuginfo under '...' while resolving probe point kernel.function("vfs_read").return
snehal at linux dot vnet.ibm.com
sourceware-bugzilla@sourceware.org
Tue Nov 4 10:30:00 GMT 2014
https://sourceware.org/bugzilla/show_bug.cgi?id=14226
--- Comment #7 from snehal <snehal at linux dot vnet.ibm.com> ---
Tried
strace stap --vp 09 'probe kernel.function("sys_open") {log("hello world")
exit()}'
This is the same version as debugsymbols.
openat(AT_FDCWD, "/usr/share/systemtap/tapset/3.16.0-23-generic/powerpc",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/usr/share/systemtap/tapset/3.16.0-23-generic",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/usr/share/systemtap/tapset/3.16.0/powerpc",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/usr/share/systemtap/tapset/3.16.0",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/usr/share/systemtap/tapset/3.16/powerpc",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/usr/share/systemtap/tapset/3.16",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = -1 ENOENT (No such file or
directory)
openat(AT_FDCWD, "/usr/share/systemtap/tapset/powerpc",
O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Systemtap
mailing list