Re: [PATCH 1/3] perf script: Remove default_scripting_ops

From: Arnaldo Carvalho de Melo
Date: Thu Nov 26 2015 - 11:33:55 EST


Em Thu, Nov 26, 2015 at 02:55:23PM +0100, Jiri Olsa escreveu:
> The default script handler (the one that displays samples on screen)
> is implemented scripting_ops instance with process_event callback.
>
> This way we can't pass any script config into display function,
> because we don't want perl or python handlers to be depended on
> perf script internals.
>
> Removing the default_scripting_ops and calling process event
> function directly. This way it's possible to pass perf_script
> struct and process configuration data in following commit.
>
> Link: http://lkml.kernel.org/n/tip-emel4exb5d0930e3h588iidi@xxxxxxxxxxxxxx
> Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx>

Applied, with David's ack.

- Arnaldo
--
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/