diff options
author | Jiri Olsa <[email protected]> | 2015-11-26 14:55:23 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2015-11-26 13:33:00 -0300 |
commit | 2aaecfc51bc65532152e141df3268fda06cae029 (patch) | |
tree | 660c9989dc1782471bffdd08783723bdc4b8fbe0 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
parent | 0356218a68551f051998f4fb5074a1eed7a346fe (diff) |
perf script: Remove default_scripting_ops
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.
Signed-off-by: Jiri Olsa <[email protected]>
Acked-by: David Ahern <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions