Skip to content

Commit

Permalink
perfdata: Some flake fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Kleen committed Nov 26, 2024
1 parent dd2d704 commit 95fc432
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions parser/perfdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ def perf_event():
"KSYMBOL": as_is(),
"BPF_EVENT": as_is(),
"CGROUP": as_is(),
"TEXT_POKE" : as_is(),
"AUX_OUTPUT_HW_ID" : as_is(),
"TEXT_POKE": as_is(),
"AUX_OUTPUT_HW_ID": as_is(),
"HEADER_ATTR": as_is(),
"HEADER_EVENT_TYPE": as_is(),
"TRACING_DATA": as_is(),
Expand Down Expand Up @@ -732,8 +732,7 @@ def num_attr(ctx):

Padding(256 - 4*8))),
Pointer(lambda ctx: ctx.data.offset + ctx.data.size,
perf_features()),
)
perf_features()),)

def get_events(h):
return h.data.perf_data
Expand Down

0 comments on commit 95fc432

Please sign in to comment.