mbox series

[0/1] perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are flushed

Message ID 20240722152756.59453-1-james.clark@linaro.org (mailing list archive)
Headers show
Series perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are flushed | expand

Message

James Clark July 22, 2024, 3:27 p.m. UTC
I noticed this when looking into Ganapat's fix to arm-cs-trace-disasm.py.
I assumed that seeing this in the output was a bug and went to
investigate why it happened in some cases and not others.

It turned out to not actually be a bug, but I think it doesn't look right.
In the end this change doesn't really accomplish anything and I'm not
sure if it's worth putting it in or not?

Maybe it will save someone doing the same thing as me, or maybe it will
actually break something if someones script is looking for 0xdeadbeef?

James Clark (1):
  perf cs-etm: Output 0 instead of 0xdeadbeef when exception packets are
    flushed

 tools/perf/util/cs-etm.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)