Re: [android-kernel] conf file

2010-01-08 Thread Tim Bird
perumal316 wrote: > Hi, > > I am writing a module that will print out the parameters of system > calls. I want to do this for different system calls. > > Is it possible to write a config file to generalise the process? I > tried searching the net but couldn't find any reference on doing such > a

Re: [android-kernel] conf file

2010-01-08 Thread Greg KH
On Thu, Jan 7, 2010 at 11:58 PM, perumal316 wrote: > Hi, > > I am writing a module that will print out the parameters of system > calls. I want to do this for different system calls. No, you really do not want to do that, just use strace instead if you need this information. See this very list y

[android-kernel] conf file

2010-01-07 Thread perumal316
Hi, I am writing a module that will print out the parameters of system calls. I want to do this for different system calls. Is it possible to write a config file to generalise the process? I tried searching the net but couldn't find any reference on doing such a thing. Thanks in Advance, Perumal