2017-02-03 13:22:24 -04:00
|
|
|
# stack information for a single running process
|
|
|
|
|
2018-08-06 21:30:05 -03:00
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
|
2016-11-21 09:30:51 -04:00
|
|
|
uint8 MAX_REPORT_TASK_NAME_LEN = 16
|
|
|
|
|
|
|
|
uint16 stack_free
|
|
|
|
uint8[16] task_name
|