Re: [uml-devel] Code for tracing thread

2013-04-28 Thread richard -rw- weinberger
On Sun, Apr 28, 2013 at 9:15 PM, Earlence Fernandes wrote: > so does the code for interception now live in skas/ ? Just grep for "ptrace". :-) -- Thanks, //richard -- Try New Relic Now & We'll Send You this Cool Shirt N

Re: [uml-devel] Code for tracing thread

2013-04-28 Thread Earlence Fernandes
so does the code for interception now live in skas/ ? -Earlence On Sun, Apr 28, 2013 at 3:07 PM, richard -rw- weinberger < richard.weinber...@gmail.com> wrote: > On Sun, Apr 28, 2013 at 5:43 PM, Earlence Fernandes > wrote: > > I keep reading that there is a tracing thread that intercepts proce

Re: [uml-devel] Code for tracing thread

2013-04-28 Thread richard -rw- weinberger
On Sun, Apr 28, 2013 at 5:43 PM, Earlence Fernandes wrote: > I keep reading that there is a tracing thread that intercepts process > syscalls and I've been grepping thru the kernel sources to find this. UML intercepts all system calls in any mode. Tracing thread mode (tt) was the very first opera

[uml-devel] Code for tracing thread

2013-04-28 Thread Earlence Fernandes
I keep reading that there is a tracing thread that intercepts process syscalls and I've been grepping thru the kernel sources to find this. Can anyone point me in the right direction? I've looked at os-Linux/ and arch/um/kernel/ -Earlence --