lisa.trace.EventParserBase#
- class lisa.trace.EventParserBase(event, fields)[source]#
Bases:
object
Base 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 topandas
dtype to use for thepandas.DataFrame
column.
Attributes
Snippets of regex to be used in building more complex regexes in textual trace parsers.