Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349982
b: refs/heads/master
c: 2de9533
h: refs/heads/master
v: v3
  • Loading branch information
Tom Zanussi authored and Arnaldo Carvalho de Melo committed Jan 24, 2013
1 parent 24bb73e commit 710f1b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bdb71db29d50b61f45459b8facfb876768e8cacc
refs/heads/master: 2de9533d6d61d3086a7079bf142d2bfa374e664e
1 change: 1 addition & 0 deletions trunk/tools/perf/util/scripting-engines/trace-event-perl.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ static void perl_process_tracepoint(union perf_event *perf_event __maybe_unused,
ns = nsecs - s * NSECS_PER_SEC;

scripting_context->event_data = data;
scripting_context->pevent = evsel->tp_format->pevent;

ENTER;
SAVETMPS;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 710f1b9

Please sign in to comment.