System calls effect after booting phase ??

From: selvakumar nagendran
Date: Wed Dec 29 2004 - 06:27:00 EST


Hi,
I intercepted a few system calls pertaining to file
operations like open,close,pipe etc. Now, I
implemented this stuff in a loadable kernel module. I
am collecting some data from it like which process
currently access a pipe,file etc. I have displayed
them using printk.
Now, I want to store them in a table. But I want
this operation to be started right after the initial
booting phase itself part of the loading kernel
itself. What should I do to add my module into the
already compiled kernel image just like a standard
kernel module?

Thanks,
selva

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/