Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
douglas-raillard-arm committed Jan 5, 2024
1 parent bd22a04 commit de7dd77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/analysis/traceevent/src/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1092,6 +1092,9 @@ fn parse_event_fmt<'a>(
// 2. We cannot count on the strings described by __print_symbolic() cover all the
// cases.
EventFmt {
// For now, we just fail if we cannot at least parse the StructFmt, since the
// resulting EventFmt would be quite useless. This might change in the future
// if necessary.
struct_fmt: Ok(struct_fmt),
print_fmt,
print_args,
Expand Down

0 comments on commit de7dd77

Please sign in to comment.