* Need help: hook for executing task
@ 2006-01-10 1:07 Claudio Scordino
0 siblings, 0 replies; only message in thread
From: Claudio Scordino @ 2006-01-10 1:07 UTC (permalink / raw)
To: linux-kernel
Hi all,
I have to develop some real-time code. I need to execute some code *any* time
the executing task changes.
I already tried to put a hook in the __schedule() function, before the call to
the context_switch() function.
However, my code is called two consecutive times with the same prev or the
same next: seems that between two consecutive calls someone has changed the
executing task...
Can somebody please tell me where exactly I should put my hook ??
Many thanks,
Claudio Scordino
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-01-10 1:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-10 1:07 Need help: hook for executing task Claudio Scordino
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.