Re: [PATCH 2/3] powerpc/xmon: Disable and enable tracing command

2017-08-02 Thread Breno Leitao
On Wed, Aug 02, 2017 at 06:51:24PM +0530, Naveen N. Rao wrote: > On 2017/08/01 11:21AM, Breno Leitao wrote: > > Hi Naveen, > > > > On Tue, Aug 01, 2017 at 12:10:24PM +0530, Naveen N. Rao wrote: > > > On 2017/07/31 02:22PM, Breno Leitao wrote: > > > > If tracing is enabled and you get into xmon, th

Re: [PATCH 2/3] powerpc/xmon: Disable and enable tracing command

2017-08-02 Thread Naveen N. Rao
On 2017/08/01 11:21AM, Breno Leitao wrote: > Hi Naveen, > > On Tue, Aug 01, 2017 at 12:10:24PM +0530, Naveen N. Rao wrote: > > On 2017/07/31 02:22PM, Breno Leitao wrote: > > > If tracing is enabled and you get into xmon, the tracing buffer > > > continues to be updated, causing possible loss of da

Re: [PATCH 2/3] powerpc/xmon: Disable and enable tracing command

2017-08-01 Thread Breno Leitao
Hi Naveen, On Tue, Aug 01, 2017 at 12:10:24PM +0530, Naveen N. Rao wrote: > On 2017/07/31 02:22PM, Breno Leitao wrote: > > If tracing is enabled and you get into xmon, the tracing buffer > > continues to be updated, causing possible loss of data due to buffer > > overflow and unnecessary tracing i

Re: [PATCH 2/3] powerpc/xmon: Disable and enable tracing command

2017-07-31 Thread Naveen N. Rao
On 2017/07/31 02:22PM, Breno Leitao wrote: > If tracing is enabled and you get into xmon, the tracing buffer > continues to be updated, causing possible loss of data due to buffer > overflow and unnecessary tracing information coming from xmon functions. > > This patch adds a new option that allow

[PATCH 2/3] powerpc/xmon: Disable and enable tracing command

2017-07-31 Thread Breno Leitao
If tracing is enabled and you get into xmon, the tracing buffer continues to be updated, causing possible loss of data due to buffer overflow and unnecessary tracing information coming from xmon functions. This patch adds a new option that allows the tracing to be disabled and re-enabled from insi