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/6509] New: syscall.get*id probes broken


kernel/timer.c was added to the blacklist to fix PR 6487.  Unfortunately, this
breaks a bunch of syscall probes, at least on my system with a kernel.org kernel
(2.6.24, but 2.6.25* look to be the same).

For example, in testsuite/systemtap.examples,
$ stap -vvv syscalls_by_pid.stp > tossme2 2>&1
fails.
$ grep blacklisted tossme2
probe sys_alarm@kernel/timer.c:943 kernel section=.text pc=0xc0117bc1 skipping -
blacklisted
probe sys_getegid@kernel/timer.c:1006 kernel section=.text pc=0xc0117d55
skipping - blacklisted
probe sys_geteuid@kernel/timer.c:994 kernel section=.text pc=0xc0117d3d skipping
- blacklisted
probe sys_getgid@kernel/timer.c:1000 kernel section=.text pc=0xc0117d49 skipping
- blacklisted
probe sys_getpid@kernel/timer.c:966 kernel section=.text pc=0xc0117cf5 skipping
- blacklisted
probe sys_getppid@kernel/timer.c:977 kernel section=.text pc=0xc0117d17 skipping
- blacklisted
probe sys_gettid@kernel/timer.c:1112 kernel section=.text pc=0xc0117d61 skipping
- blacklisted
probe sys_getuid@kernel/timer.c:988 kernel section=.text pc=0xc0117d31 skipping
- blacklisted
probe sys_sysinfo@kernel/timer.c:1204 kernel section=.text pc=0xc0117b53
skipping - blacklisted

-- 
           Summary: syscall.get*id probes broken
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: critical
          Priority: P1
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: jkenisto at us dot ibm dot com


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

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


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