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: [TAPSETS] Linux Kernel Event Trace Tool


On Tue, Dec 20, 2005 at 08:45:21AM -0500, Frank Ch. Eigler wrote:
> 
> Mathieu Desnoyers <compudj@krystal.dyndns.org> writes:
 
...

> > > This will happend on systems where preemption is enabled if you do
> > > not disable preemption. [...]
> 
> (We do need to disable preemption during probe handler execution.)

If you are referring to kprobe handler execution, preemption is already
disabled in kernel as soon as we enter the kprobe infrastructure and
reenabled only after single-stepping. Systemtap doesn't have to disable
it again.

Ananth


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