Skip to content

Commit

Permalink
ocperf: Fix ocperf again
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Nov 12, 2024
1 parent 2622b35 commit 58577f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocperf.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ def process_events(event, print_only, period, noexplode):
if ev:
qual = "".join(sorted(merge_extra(extra_set(ev.extra), extra_set(m.group(4)))))
end += qual
i = ev.output_newstyle(period=period, noexplode=noexplode)
i = ev.output(period=period, noexplode=noexplode)
if i.count("/") > 2: # was it exploded?
start = ""
end = ""
Expand Down

0 comments on commit 58577f0

Please sign in to comment.