diff options
author | 2013-03-11 12:54:48 +1100 | |
---|---|---|
committer | 2013-03-11 12:54:48 +1100 | |
commit | 2c4cdf5950b1a7a9d731c03c56e2cea3bd8ca7b7 (patch) | |
tree | ed0cdc81e72343132da9f52620ec40391f6dcbed /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | tpm/ibmvtpm: build only when IBM pseries is configured (diff) | |
parent | Linux 3.9-rc2 (diff) | |
download | linux-dev-2c4cdf5950b1a7a9d731c03c56e2cea3bd8ca7b7.tar.xz linux-dev-2c4cdf5950b1a7a9d731c03c56e2cea3bd8ca7b7.zip |
Merge tag 'v3.9-rc2' into next
Sync with Linus.
Linux 3.9-rc2
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
-rw-r--r-- | tools/perf/util/scripting-engines/trace-event-python.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c index 14683dfca2ee..e87aa5d9696b 100644 --- a/tools/perf/util/scripting-engines/trace-event-python.c +++ b/tools/perf/util/scripting-engines/trace-event-python.c @@ -265,6 +265,7 @@ static void python_process_tracepoint(union perf_event *perf_event ns = nsecs - s * NSECS_PER_SEC; scripting_context->event_data = data; + scripting_context->pevent = evsel->tp_format->pevent; context = PyCObject_FromVoidPtr(scripting_context, NULL); |