Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1689532
| From | Arun Kalyanasundaram <arunkaly@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC 0/4] perf script python: Provide perf_sample dict to all handlers |
| Date | 2017-07-18 00:20 +0200 |
| Message-ID | <u4mwV-2qT-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The process_event python hook receives a dict with all perf_sample entries. Other handlers (e.g. trace_unhandled, python_process_tracepoint) predate the introduction of this dict and do not receive it. This patch series adds the dict to all handlers, aiming to unify the information passed to them. This change adds an additional argument to the affected handlers. To keep backwards compatibility (and avoid unnecessary work), do not pass the aforementioned dict if the number of arguments signals that handler version predates this change. Initial Discussion: https://lkml.org/lkml/2017/7/1/108 Arun Kalyanasundaram (4): perf script python: Allocate memory only if handler exists perf script python: Refactor creation of perf sample dict perf script python: Add perf_sample dict to tracepoint handlers perf script python: Generate hooks with additional argument .../util/scripting-engines/trace-event-python.c | 189 ++++++++++++++------- 1 file changed, 128 insertions(+), 61 deletions(-) -- 2.13.2.932.g7449e964c-goog
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RFC 0/4] perf script python: Provide perf_sample dict to all handlers Arun Kalyanasundaram <arunkaly@google.com> - 2017-07-18 00:20 +0200
[RFC 4/4] perf script python: Generate hooks with additional argument Arun Kalyanasundaram <arunkaly@google.com> - 2017-07-18 00:20 +0200
[RFC 2/4] perf script python: Refactor creation of perf sample dict Arun Kalyanasundaram <arunkaly@google.com> - 2017-07-18 00:20 +0200
[RFC 1/4] perf script python: Allocate memory only if handler exists Arun Kalyanasundaram <arunkaly@google.com> - 2017-07-18 00:20 +0200
[RFC 3/4] perf script python: Add perf_sample dict to tracepoint handlers Arun Kalyanasundaram <arunkaly@google.com> - 2017-07-18 00:20 +0200
Re: [RFC 0/4] perf script python: Provide perf_sample dict to all handlers Jiri Olsa <jolsa@redhat.com> - 2017-07-18 10:40 +0200
Re: [RFC 0/4] perf script python: Provide perf_sample dict to all handlers Arun Kalyanasundaram <arunkaly@google.com> - 2017-07-18 20:20 +0200
csiph-web