tracex_parser.events.CommonArg

class tracex_parser.events.CommonArg

Bases: object

Holds string mappings for common arguments so that we can reference this mapping in TraceXEvent, instead of a raw string.

__init__()

Attributes

next_thread

obj_id

pool_ptr

queue_ptr

stack_ptr

thread_ptr

timeout

next_thread = 'next_thread'
obj_id = 'obj_id'
pool_ptr = 'pool_ptr'
queue_ptr = 'queue_ptr'
stack_ptr = 'stack_ptr'
thread_ptr = 'thread_ptr'
timeout = 'timeout'