package/ptm2human: new package
authorJulien Olivain <juju@cotds.org>
Fri, 24 Jan 2020 18:24:47 +0000 (19:24 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 26 Jan 2020 14:53:14 +0000 (15:53 +0100)
commit015dab9f4dbbf70ee461fc328d548195a8e5f258
tree87b77333c8c51a5b19d34b1d27232f99988079ff
parent19829deb25104e7c3e0138988bd5e7f0a8062a57
package/ptm2human: new package

ptm2human is a decoder for trace data outputted by Program
Trace Macrocell (PTM) and Embedded Trace Macrocell (ETMv4).
It deconstructs ID packets and data packets from the
formatter of ARM Coresight ETB, and then translates the
trace data to a human-readable format.

./utils/test-pkg --package ptm2human --all
44 builds, 29 skipped, 0 build failed, 0 legal-info failed

Signed-off-by: Julien Olivain <juju@cotds.org>
[yann.morin.1998@free.fr:
  - drop the host variant
  - introduce _ARCH_SUPPORTS
  - comment why we need autoreconf
  - drop spurious empty line
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
DEVELOPERS
package/Config.in
package/ptm2human/0001-configure.ac-remove-unneeded-check-for-c-compiler.patch [new file with mode: 0644]
package/ptm2human/Config.in [new file with mode: 0644]
package/ptm2human/ptm2human.hash [new file with mode: 0644]
package/ptm2human/ptm2human.mk [new file with mode: 0644]