public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/4397] New: problem with probes on files with self-built kernel
@ 2007-04-19 17:15 hunt at redhat dot com
  2007-04-19 17:32 ` [Bug translator/4397] " fche at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hunt at redhat dot com @ 2007-04-19 17:15 UTC (permalink / raw)
  To: systemtap

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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug translator/4397] problem with probes on files with self-built kernel
  2007-04-19 17:15 [Bug translator/4397] New: problem with probes on files with self-built kernel hunt at redhat dot com
@ 2007-04-19 17:32 ` fche at redhat dot com
  2007-04-19 17:47 ` hunt at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2007-04-19 17:32 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2007-04-19 18:31 -------
The issue here is that the compilation unit name "kernel/sched.c"
pattern does not match the full path compiled on your tree.  Plus
our globbing function does not permit full-path patterns like
"**/kernel/sched.c".  It's not obvious what to do here.

-- 


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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug translator/4397] problem with probes on files with self-built kernel
  2007-04-19 17:15 [Bug translator/4397] New: problem with probes on files with self-built kernel hunt at redhat dot com
  2007-04-19 17:32 ` [Bug translator/4397] " fche at redhat dot com
@ 2007-04-19 17:47 ` hunt at redhat dot com
  2007-09-04  7:25 ` [Bug translator/4397] should tolerate source file names with /long/unexpected/prefix/driver/foo.c fche at redhat dot com
  2007-10-15 19:44 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: hunt at redhat dot com @ 2007-04-19 17:47 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From hunt at redhat dot com  2007-04-19 18:47 -------
I wonder how common this is. I expect if I had built in my source tree instead
of into a separate object directory things would work normally. I will try that.

-- 


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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug translator/4397] should tolerate source file names with /long/unexpected/prefix/driver/foo.c
  2007-04-19 17:15 [Bug translator/4397] New: problem with probes on files with self-built kernel hunt at redhat dot com
  2007-04-19 17:32 ` [Bug translator/4397] " fche at redhat dot com
  2007-04-19 17:47 ` hunt at redhat dot com
@ 2007-09-04  7:25 ` fche at redhat dot com
  2007-10-15 19:44 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2007-09-04  7:25 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|problem with probes on files|should tolerate source file
                   |with self-built kernel      |names with
                   |                            |/long/unexpected/prefix/driv
                   |                            |er/foo.c


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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug translator/4397] should tolerate source file names with /long/unexpected/prefix/driver/foo.c
  2007-04-19 17:15 [Bug translator/4397] New: problem with probes on files with self-built kernel hunt at redhat dot com
                   ` (2 preceding siblings ...)
  2007-09-04  7:25 ` [Bug translator/4397] should tolerate source file names with /long/unexpected/prefix/driver/foo.c fche at redhat dot com
@ 2007-10-15 19:44 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2007-10-15 19:44 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2007-10-15 19:44 -------


*** This bug has been marked as a duplicate of 5049 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-10-15 19:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-19 17:15 [Bug translator/4397] New: problem with probes on files with self-built kernel hunt at redhat dot com
2007-04-19 17:32 ` [Bug translator/4397] " fche at redhat dot com
2007-04-19 17:47 ` hunt at redhat dot com
2007-09-04  7:25 ` [Bug translator/4397] should tolerate source file names with /long/unexpected/prefix/driver/foo.c fche at redhat dot com
2007-10-15 19:44 ` fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).