All of lore.kernel.org
 help / color / mirror / Atom feed
* syscall trace at kernel land
@ 2011-01-11  7:06 mohit verma
  2011-01-11  7:39 ` Mulyadi Santosa
  0 siblings, 1 reply; 8+ messages in thread
From: mohit verma @ 2011-01-11  7:06 UTC (permalink / raw)
  To: kernelnewbies

hi ,

let me explain myself :
 for example , open syscall calls sys_open then do_sys_open so
like: do_sys_open -> do_filp_open -> link_path_walk -> so on.
so while the cpu is executing the link_path_walk , is there any procedure in
kernel to check for the interrupt vector number which caused it to be
invoked?
i mean like one of my friends said that when  kernel is about to restart a
syscall then it raises signal -ERESTARTSYS signal for signal handler. but i
think it is for
something went wrong and kernel wanna start the syscall again. but in
between a syscall  routine is it possible to get vector number (i repeat
,sorry) ??

thanks in advance for help

-- 
........................
*MOHIT VERMA*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110111/4b17a157/attachment-0001.html 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-01-12  7:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-11  7:06 syscall trace at kernel land mohit verma
2011-01-11  7:39 ` Mulyadi Santosa
2011-01-11 10:10   ` Rajat Sharma
2011-01-11 10:41     ` mohit verma
2011-01-11 11:18       ` Mulyadi Santosa
2011-01-11 16:02     ` Dave Hylands
2011-01-12  5:26       ` Rajat Sharma
2011-01-12  7:34         ` Dave Hylands

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.