lisa.trace.EventParserBase#
- class lisa.trace.EventParserBase(event, fields)[source]#
Bases:
objectBase class for trace event parser.
Required attributes or properties:
event: name of the eventregex: full regex to parse a line of the eventfields: mapping of field names topandasdtype to use for thepandas.DataFramecolumn.
Attributes
Snippets of regex to be used in building more complex regexes in textual trace parsers.