Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1278331
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/3] perf script: Remove default_scripting_ops |
| Date | 2015-11-26 17:40 +0100 |
| Message-ID | <qz7Kq-7Fr-5@gated-at.bofh.it> (permalink) |
| References | <qz5fB-5UD-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@git.kernel.org > Signed-off-by: Jiri Olsa <jolsa@kernel.org> 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/3] perf script: Remove default_scripting_ops Jiri Olsa <jolsa@kernel.org> - 2015-11-26 15:00 +0100 Re: [PATCH 1/3] perf script: Remove default_scripting_ops Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-11-26 17:40 +0100 [tip:perf/core] perf script: Remove default_scripting_ops tip-bot for Jiri Olsa <tipbot@zytor.com> - 2015-11-27 08:50 +0100
csiph-web