hwangcc23

Results 4 comments of hwangcc23

There is no X clipboard. See this StackOverflow question for an explanation See https://stackoverflow.com/questions/19254114/xclip-does-not-terminate-when-tracing-it.

ptm2human reads a special format data packets (from the ETB formatter). Check the Figure 9.13 in the ARM CoreSight Technical Reference Manual. http://infocenter.arm.com/help/topic/com.arm.doc.ddi0314h/DDI0314H_coresight_components_trm.pdf The format of your data packet is...

It would be better to have each address translated to the source file/line number in the output directly rather than translate each of them manually via addr2line.

Thank you for bringing up this question. I quickly looked it up in the ARM online documentation, and it seems that ETE is compatible with ETMv4.There is no need to...