Skip to content

Commit

Permalink
toplev: Dump not counted/supported in valcsv
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Sep 25, 2023
1 parent be9f3c1 commit 7669de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toplev.py
Original file line number Diff line number Diff line change
Expand Up @@ -2325,7 +2325,7 @@ def uncore_event(event):
title,
event,
flat_rmap[len(res[title])-1] if len(runner_list) == 1 else event_rmap(event), # XXX
val,
val if val or not re.match(r"\s*<", count) else count,
len(res[title]) - 1,
stddev, multiplex)

Expand Down

0 comments on commit 7669de7

Please sign in to comment.