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: Order "begin" probes are run


Mike Mason <mmlnx@us.ibm.com> writes:

> It appears that "begin" probes run in no particular order.  [...]

Right.

> Seems reasonable to expect tapset "begin" probes to always run
> before a script's "begin" probe. [...]

One might also imagine cases where it could work the other way.

We could solve this by parametrizing: adding a sequence parameter to
"probe begin(N)" (and "end(M)"), and sorting them.  Easy to implement.

- FChE


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