From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luiz Capitulino Subject: Re: [PATCH] cyclictest: stop any tracing after hitting a breaktrace threshold Date: Wed, 4 May 2016 09:20:51 -0400 Message-ID: <20160504092051.54002514@redhat.com> References: <20160503125953.1987bedd@sluggy.hsv.redhat.com> <20160503155644.0aa34c34@redhat.com> <20160503152839.4543a973@sluggy.hsv.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: John Kacur , RT , LKML To: Clark Williams Return-path: In-Reply-To: <20160503152839.4543a973@sluggy.hsv.redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-rt-users.vger.kernel.org On Tue, 3 May 2016 15:28:39 -0500 Clark Williams wrote: > The intent is to be able to do something like this: > > trace-cmd start -e all -p function > rteval --duration=12h --cyclictest-breaktrace=150 > trace-cmd extract Ah, ok, I get it now. This makes sense. I think I'd refactor the code opening tracing_on to its own function so that we avoid the duplicate code in setup_tracer(), but in any case: Reviewed-by: Luiz Capitulino