Re: ktrace -c behavior

2014-08-26 Thread Eric van Gyzen
On 08/25/2014 16:23, John Baldwin wrote: > On Monday, August 25, 2014 09:21:48 AM Eric van Gyzen wrote: >> On 08/24/2014 19:53, John-Mark Gurney wrote: >>> Eric van Gyzen wrote this message on Fri, Aug 22, 2014 at 15:26 -0400: On 08/22/2014 15:20, John-Mark Gurney wrote: > Eric van Gyzen w

Re: ktrace -c behavior

2014-08-25 Thread John Baldwin
On Monday, August 25, 2014 09:21:48 AM Eric van Gyzen wrote: > On 08/24/2014 19:53, John-Mark Gurney wrote: > > Eric van Gyzen wrote this message on Fri, Aug 22, 2014 at 15:26 -0400: > >> On 08/22/2014 15:20, John-Mark Gurney wrote: > >>> Eric van Gyzen wrote this message on Fri, Aug 22, 2014 at 15

Re: ktrace -c behavior

2014-08-25 Thread Eric van Gyzen
On 08/24/2014 19:53, John-Mark Gurney wrote: > Eric van Gyzen wrote this message on Fri, Aug 22, 2014 at 15:26 -0400: >> On 08/22/2014 15:20, John-Mark Gurney wrote: >>> Eric van Gyzen wrote this message on Fri, Aug 22, 2014 at 15:16 -0400: What behavior would you expect from this sequence of

Re: ktrace -c behavior

2014-08-24 Thread John-Mark Gurney
Eric van Gyzen wrote this message on Fri, Aug 22, 2014 at 15:26 -0400: > On 08/22/2014 15:20, John-Mark Gurney wrote: > > Eric van Gyzen wrote this message on Fri, Aug 22, 2014 at 15:16 -0400: > >> What behavior would you expect from this sequence of commands? > >> > >> ktrace -tw -p 1234 > >>

Re: ktrace -c behavior

2014-08-22 Thread Eric van Gyzen
On 08/22/2014 15:20, John-Mark Gurney wrote: > Eric van Gyzen wrote this message on Fri, Aug 22, 2014 at 15:16 -0400: >> What behavior would you expect from this sequence of commands? >> >> ktrace -tw -p 1234 >> ktrace -c -p 1234 >> >> Based on this... >> >> -c Clear the trace poi

Re: ktrace -c behavior

2014-08-22 Thread John-Mark Gurney
Eric van Gyzen wrote this message on Fri, Aug 22, 2014 at 15:16 -0400: > What behavior would you expect from this sequence of commands? > > ktrace -tw -p 1234 > ktrace -c -p 1234 > > Based on this... > > -c Clear the trace points associated with the specified file > or processe

ktrace -c behavior

2014-08-22 Thread Eric van Gyzen
What behavior would you expect from this sequence of commands? ktrace -tw -p 1234 ktrace -c -p 1234 Based on this... -c Clear the trace points associated with the specified file or processes. ...I would expect the second command to clear the trace point for context switches.