Skip to content

Commit

Permalink
lisa.trace: Remove trace_printk@ meta event bputs support
Browse files Browse the repository at this point in the history
BREAKING CHANGE

trace_printk@... meta events now require a bprint event, bputs is not
supported anymore.
  • Loading branch information
douglas-raillard-arm committed Jan 10, 2024
1 parent 11fbd64 commit 6bdace0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lisa/trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -3540,7 +3540,6 @@ def _select_userspace(self, source_event, meta_event, df):
def _select_trace_printk(self, source_event, meta_event, df):
content_col = {
'bprint': 'buf',
'bputs': 'str',
}[source_event]
return (df, content_col)

Expand All @@ -3550,7 +3549,6 @@ def _select_trace_printk(self, source_event, meta_event, df):
},
'trace_printk': {
'bprint': _select_trace_printk,
'bputs': _select_trace_printk,
},
}
"""
Expand Down

0 comments on commit 6bdace0

Please sign in to comment.