Re: [PATCH] cyclictest: stop any tracing after hitting a breaktrace threshold
From: Luiz Capitulino
Date: Wed May 04 2016 - 09:20:59 EST
On Tue, 3 May 2016 15:28:39 -0500
Clark Williams <williams@xxxxxxxxxx> 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 <lcapitulino@xxxxxxxxxx>