Re: [uml-devel] Regarding Address space in UML

2007-03-15 Thread Jeff Dike
On Thu, Mar 15, 2007 at 11:19:37AM +0800, Krishnappa Abhijith-A21204 wrote: > So Basically when we run a process in UML, the tracing thread enables > tracing for that process. You're talking about THE tracing thread. This is true if you're referring to the obsolete tt mode of UML. However, now, t

Re: [uml-devel] Regarding Address space in UML

2007-03-14 Thread Krishnappa Abhijith-A21204
Address space in UML On Wed, Mar 14, 2007 at 09:57:33PM +0800, Krishnappa Abhijith-A21204 wrote: > I had a question on Process address space in UML. > Will there be a tracing thread for each process created in UML ? which > is responsible for system call tracking ? No. There is one per vi

Re: [uml-devel] Regarding Address space in UML

2007-03-14 Thread Jeff Dike
On Wed, Mar 14, 2007 at 09:57:33PM +0800, Krishnappa Abhijith-A21204 wrote: > I had a question on Process address space in UML. > Will there be a tracing thread for each process created in UML ? which > is responsible for system call tracking ? No. There is one per virtual CPU which traces the pr

[uml-devel] Regarding Address space in UML

2007-03-14 Thread Krishnappa Abhijith-A21204
Hi, I'm Abhi new to UML. I had a question on Process address space in UML. Will there be a tracing thread for each process created in UML ? which is responsible for system call tracking ? Also will the address space of a process in UML also consists of the corresponding Tracing thread ? P