Re: [PATCH 6/6] ftrace: show unlimited when traceon or traceoff hasno counter

From: Steven Rostedt
Date: Tue Feb 17 2009 - 20:31:14 EST



On Tue, 17 Feb 2009, Steven Rostedt wrote:

> From: Steven Rostedt <srostedt@xxxxxxxxxx>
>
> Impact: clean up
>
> The traceon and traceoff function probes are confusing to developers
> to what happens when a counter is not specified. This should help
> clear things up.
>
> # echo "*:traceoff" > set_ftrace_filter

Silly cut and paste error. That should have been:

# echo "do_fork:traceoff" > set_ftrace_filter

Oh well.

-- Steve

> # cat /debug/tracing/set_ftrace_filter
>
> #### all functions enabled ####
> do_fork:traceoff:unlimited
>
> Signed-off-by: Steven Rostedt <srostedt@xxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/