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]

Re: rhel4u2 kernel experiences


On Sun, 2005-08-21 at 08:27 -0400, Frank Ch. Eigler wrote:
> Hi -
> 
> The tentative RHEL4U2 kernel (2.6.9-16.EL) running on FC3, with
> hand-recompiled elfutils-113 .src.rpm and a hand-compiled systemtap
> CVS, shows the best test results and functionality I've seen yet.
> 
> On the down side, return probes seem fragile.  For example,
> running this script:
>     probe kernel.function("sys_read") { log ("a") }
>     probe kernel.function("sys_read").return { log ("b") }
> results in 128 "a" messages, and countless "b" ones.

Maybe a side effect of the sys_read() feedback loop with the new
transport? 

Martin



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]