perf scripting python: Assign perf_script_context
authorAdrian Hunter <adrian.hunter@intel.com>
Sun, 30 May 2021 19:23:00 +0000 (22:23 +0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 1 Jun 2021 13:03:33 +0000 (10:03 -0300)
commitcf9bfa6c150f038328f8059a69a6f1598d6702b2
tree6211dc1b3f02188229cacc39667760f66e32a47a
parent67e50ce0e32580d90f64556a51b7cb2a872697ca
perf scripting python: Assign perf_script_context

The scripting_context pointer itself does not change and nor does it need
to. Put it directly into the script as a variable at the start so it does
not have to be passed on each call into the script.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: https://lore.kernel.org/r/20210530192308.7382-6-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/scripts/python/Perf-Trace-Util/Context.c
tools/perf/util/scripting-engines/trace-event-python.c