tracex_parser.file_parser.get_control_header

tracex_parser.file_parser.get_control_header(endian_str, buf, start_idx)

@see https://docs.microsoft.com/en-us/azure/rtos/tracex/chapter11#event-trace-control-header Unpacks the control header into a dict-like CStruct

Parameters:
  • endian_str (str) –

  • buf (bytes) –

  • start_idx (int) –

Return type:

Tuple[CStruct, int]