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/2183] kretprobe on schedule() leaks kretprobe_instances


------- Additional Comments From ananth at in dot ibm dot com  2006-01-20 15:21 -------
Tested the patch on a Power3 box. rp.c works fine with the above patch:

Registering probes for .sys_execve
Registering probes for .do_execve
Registering probes for .load_elf_binary
Registering probes for .flush_old_exec
Registering probes for .do_exit
Registering probes for .do_fork
Registering probes for .schedule
.sys_execve: 0 calls, 0 returns, 0 missed
.do_execve: 0 calls, 0 returns, 0 missed
.load_elf_binary: 359 calls, 359 returns, 0 missed
.flush_old_exec: 359 calls, 359 returns, 0 missed
.do_exit: 387 calls, 0 returns, 0 missed
.do_fork: 381 calls, 380 returns, 0 missed
.schedule: 13141 calls, 12740 returns, 0 missed

Ananth

-- 


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

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