[Bug kprobes/4384] Problem in making kprobe modules portable across all the archtecture.
ananth at in dot ibm dot com
sourceware-bugzilla@sourceware.org
Tue Apr 17 14:43:00 GMT 2007
------- Additional Comments From ananth at in dot ibm dot com 2007-04-17 15:43 -------
Srinivasa,
The patch looks fine.... you'll need to fix the codingstyle:
} \
+ else { \
^^^^^
+ char dot_name[KSYM_NAME_LEN+1]; \
+ dot_name[0] = '.'; \
+ strncat(dot_name, name, KSYM_NAME_LEN); \
+ addr = (kprobe_opcode_t *)kallsyms_lookup_name(dot_name); \
+ } \
}
Please include a short description and post it to powerpc-dev list for
inclusion. Feel free to put my signed-off once you've successfully tested the patch.
--
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.
More information about the Systemtap
mailing list