public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug kprobes/4384] New: Problem in making kprobe modules portable across all the archtecture.
@ 2007-04-17 12:27 srinivasa at in dot ibm dot com
  2007-04-17 12:29 ` [Bug kprobes/4384] " srinivasa at in dot ibm dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: srinivasa at in dot ibm dot com @ 2007-04-17 12:27 UTC (permalink / raw)
  To: systemtap

When data symbols are not present in kernel image, one has to add dot(".")
before function name, that he wants to probe in kprobe module on ppc64. 
Hence kernel module may not become portable across all the architecture.

When data symbols are missing on ppc64,
====================
[root@llm27lp1 ~]# cat /proc/kallsyms | grep do_fork
c00000000006283c T .do_fork
==============================
kp.symbol_name = ".do_fork";
============================
But if data symbols were included, then it looks like this
================
llm27lp2:~ # cat /proc/kallsyms |grep do_fork
c00000000005de28 T .do_fork
c0000000005fbe88 D do_fork
======================
kp.symbol_name = ".do_fork";
===============================

Iam attaching patch here, which solves this problem. Please let me know your
comments on this.

Thanks
 Srinivasa DS

-- 
           Summary: Problem in making kprobe modules portable across all the
                    archtecture.
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: kprobes
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: srinivasa at in dot ibm dot com
                CC: ananth at in dot ibm dot com,anil dot s dot
                    keshavamurthy at intel dot com,jkenisto at us dot ibm
                    dot com,prasanna at in dot ibm dot com


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

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

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

end of thread, other threads:[~2007-04-18  4:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-17 12:27 [Bug kprobes/4384] New: Problem in making kprobe modules portable across all the archtecture srinivasa at in dot ibm dot com
2007-04-17 12:29 ` [Bug kprobes/4384] " srinivasa at in dot ibm dot com
2007-04-17 14:43 ` ananth at in dot ibm dot com
2007-04-17 16:27 ` fche at redhat dot com
2007-04-18  3:50 ` ananth at in dot ibm dot com
2007-04-18  4:18 ` ananth at in dot ibm 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).