All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/2] perf cs-etm: Split Coresight decode by aux records
@ 2021-06-24 16:43 ` James Clark
  0 siblings, 0 replies; 34+ messages in thread
From: James Clark @ 2021-06-24 16:43 UTC (permalink / raw)
  To: acme, mathieu.poirier, coresight, leo.yan
  Cc: al.grant, branislav.rankov, denik, suzuki.poulose,
	anshuman.khandual, James Clark, Mike Leach, John Garry,
	Will Deacon, Mark Rutland, Alexander Shishkin, Jiri Olsa,
	Namhyung Kim, linux-arm-kernel, linux-perf-users, linux-kernel

Change applies to perf/core (45237f9898fc)

Changes since v6:
 * Fix for snapshot mode where buffers are wrapped. This fix was done by clamping the aux record
   size to the size of the buffer (see comment).
 * Added an extra debugging printout.
 * Typo/formatting fixes.
 * Add the change for --dump-raw-trace as a second commit. I planned to do this later, but have now
   finished it so I'll submit it at the same time.
 * Did some more thorough testing around the different snapshot scenarios.

Decoding snapshot files with duplicate data is improved by this patchset because of the reason
mentioned at the end of the testing section. Coincidentally, the same issue is also fixed in
"[PATCH v1 0/3] coresight: Fix for snapshot mode" but by not saving duplicates, rather than not
decoding them.

James Clark (2):
  perf cs-etm: Split Coresight decode by aux records
  perf cs-etm: Split --dump-raw-trace by AUX records

 tools/perf/util/cs-etm.c | 188 ++++++++++++++++++++++++++++++++++++++-
 1 file changed, 185 insertions(+), 3 deletions(-)

-- 
2.28.0


^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2021-07-20 15:53 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24 16:43 [PATCH v7 0/2] perf cs-etm: Split Coresight decode by aux records James Clark
2021-06-24 16:43 ` James Clark
2021-06-24 16:43 ` [PATCH v7 1/2] " James Clark
2021-06-24 16:43   ` James Clark
2021-06-27 11:50   ` Leo Yan
2021-06-27 11:50     ` Leo Yan
2021-07-05 19:33   ` Mathieu Poirier
2021-07-05 19:33     ` Mathieu Poirier
2021-06-24 16:43 ` [PATCH v7 2/2] perf cs-etm: Split --dump-raw-trace by AUX records James Clark
2021-06-24 16:43   ` James Clark
2021-06-28  1:27   ` Leo Yan
2021-06-28  1:27     ` Leo Yan
2021-06-28 10:38     ` James Clark
2021-06-28 10:38       ` James Clark
2021-06-28 12:08       ` Leo Yan
2021-06-28 12:08         ` Leo Yan
2021-06-28 20:01         ` Mathieu Poirier
2021-06-28 20:01           ` Mathieu Poirier
2021-06-29  6:09           ` Leo Yan
2021-06-29  6:09             ` Leo Yan
2021-06-29  8:52           ` James Clark
2021-06-29  8:52             ` James Clark
2021-06-29 19:08             ` Mathieu Poirier
2021-06-29 19:08               ` Mathieu Poirier
2021-07-05 19:33   ` Mathieu Poirier
2021-07-05 19:33     ` Mathieu Poirier
2021-07-14 17:45     ` Arnaldo Carvalho de Melo
2021-07-14 17:45       ` Arnaldo Carvalho de Melo
2021-07-19 16:33       ` Mathieu Poirier
2021-07-19 16:33         ` Mathieu Poirier
2021-07-19 20:10         ` Arnaldo Carvalho de Melo
2021-07-19 20:10           ` Arnaldo Carvalho de Melo
2021-07-20 15:15           ` Mathieu Poirier
2021-07-20 15:15             ` Mathieu Poirier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.