Patch updates the handler function in cs-etm-decoder to deal with a new generic packet type introduced in the latest decoder.
Mike Leach (1):
cs-etm: Update to cs-etm-decoder to handle new packet type from
OpenCSD.
tools/perf/util/cs-etm-decoder/cs-etm-decoder.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
--
1.9.1
Additional Generic element type was added in OpenCSD 0v003 (ETMv3 additions) - this broke the perf build as it was missing from the case statement handling the enum types.
Patch fixes this - generated relative to perf-opencsd-4.7-rc1 branch
Mike Leach (1):
csetm: Update to cs-etm-decoder to handle new packet type.
tools/perf/util/cs-etm-decoder/cs-etm-decoder.c | 1 +
1 file changed, 1 insertion(+)
--
1.9.1