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: Tracing through init transitions


On Fri, 2010-04-30 at 15:44 -0400, Alan D. Brunelle wrote:
> I'm trying to trace the opening of files under /proc & /sys during the 
> transition from single-user to run level 3, but either the tracing 
> doesn't start or gets killed. I've tried various means of trying to 
> daemonize the systemtap run (including starting this via an rc script 
> utilizing the "daemon" function, and trying the -F option), but nothing 
> I've tried seems to work.
> 
> Any suggestions?
> 
> Thanks (please CC me as I'm no longer on the systemtap mailing list),
> Alan
> PS. I've attached the script, although I doubt there's anything 
> particular in there that would make a difference...

> plain text document attachment (opens.stp)
> #! /usr/bin env stap

"bin env" should be "bin/env", right?

> 
> global opens[4000]

Jim


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