[RFC PATCH 2/2] check safety in stop_machine_run
Masami Hiramatsu
hiramatu@sdl.hitachi.co.jp
Fri Aug 5 12:56:00 GMT 2005
Hi,
This patch contains full set of a djprobe patch for linux-2.6.12 that
uses stop_machine_run() to check safety of all cpus. This method has
some performance issues.
- It must create threads for each CPU.
- It might sleep.
- If we want to insert a number of probes (this is usual situation in
the module initialization), we must wait completion of all insertion.
So, I think this is an optional method of check routine.
--
Masami HIRAMATSU
2nd Research Dept.
Hitachi, Ltd., Systems Development Laboratory
E-mail: hiramatu@sdl.hitachi.co.jp
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: djprobe-0805-sm.patch
URL: <http://sourceware.org/pipermail/systemtap/attachments/20050805/8a8e6a32/attachment.ksh>
More information about the Systemtap
mailing list