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 translator/10822] procfs file created too late


------- Additional Comments From dsmith at redhat dot com  2009-10-22 13:12 -------
(In reply to comment #1)
> While we are in our initialization phase, any probes that fire will quietly skip
> their handlers.  We have a guarantee that begin probes will fire before any
> others, so we can't run a procfs handler before then.  If you changed the
> initialization order, then you might get your procfs file created sooner, but
> reads/writes to it might be ignored.

I don't want to run any procfs probes, I just want to setup the procfs file.  If
a procfs read/write happened before systemtap got fully initialized, it should
get skipped (just as with any other probe type).

Think of creating the procfs file as no different than registering a kprobe.

-- 


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

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