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 kprobes/2062] Return probes does not scale well on SMP box


------- Additional Comments From bibo dot mao at intel dot com  2006-07-13 06:21 -------
Created an attachment (id=1157)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1157&action=view)
test case for multi-thread contention kretprobe

This patch tests kretprobe performance by getpid() system call, generally it
will link tls-libc library where pid is cache in thread info and will generate
sys_getpid system call for later times.
So I compile getpid.c with --static option, it will be good if there is better
method.

-- 


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

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