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/4397] New: problem with probes on files with self-built kernel


I built and installed 2.6.20.7.

Testsuite all runs fine except current.stp which dies on this:
semantic error: no match for probe point while resolving probe point
kernel.function("*@kernel/sched.c").call

Changing that to kernel.function("*").call, I see lots on enabled probes in sched.c

probe
sys_sched_setaffinity@/data/hunt/linux/linux-2.6.20.7-utt/kernel/sched.c:4485
kernel section=.text pc=0xc0422e6f
probe sched_idle_next@/data/hunt/linux/linux-2.6.20.7-utt/kernel/sched.c:5234
kernel section=.text pc=0xc0422eb0
probe current_sched_time@/data/hunt/linux/linux-2.6.20.7-utt/kernel/sched.c:3027
kernel section=.text pc=0xc0422f30

-- 
           Summary: problem with probes on files with self-built kernel
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: translator
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: hunt at redhat dot com


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

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