All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Split Coresight decode by aux records
@ 2021-02-12 14:45 ` James Clark
  0 siblings, 0 replies; 39+ messages in thread
From: James Clark @ 2021-02-12 14:45 UTC (permalink / raw)
  To: coresight
  Cc: al.grant, branislav.rankov, denik, suzuki.poulose, James Clark,
	Mike Leach, Leo Yan, Mark Rutland, Alexander Shishkin, Jiri Olsa,
	Namhyung Kim, John Garry, Will Deacon, Mathieu Poirier,
	linux-arm-kernel, linux-kernel

Hi All,

Since my previous RFC, I've fixed --per-thread mode and solved
most of the open questions. I've also changed --dump-raw-trace
to use the same code path so it's also working now.

I think the only open questions are:
  * General approach
  * If aux records need to be saved, or if they can be pulled
    from elsewhere.

I've also tested perf inject which is now working with troublesome
files.

Thanks
James

James Clark (7):
  perf cs-etm: Split up etm queue setup function
  perf cs-etm: Only search timestamp in current sample's queue.
  perf cs-etm: Save aux records in each etm queue
  perf cs-etm: don't process queues until cs_etm__flush_events
  perf cs-etm: split decode by aux records.
  perf cs-etm: Use existing decode code path for --dump-raw-trace
  perf cs-etm: Suppress printing when resetting decoder

 .../perf/util/cs-etm-decoder/cs-etm-decoder.c |  10 +-
 tools/perf/util/cs-etm.c                      | 300 ++++++++++--------
 2 files changed, 168 insertions(+), 142 deletions(-)

-- 
2.28.0


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

end of thread, other threads:[~2021-05-06 10:48 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-12 14:45 [PATCH 0/7] Split Coresight decode by aux records James Clark
2021-02-12 14:45 ` James Clark
2021-02-12 14:45 ` [PATCH 1/7] perf cs-etm: Split up etm queue setup function James Clark
2021-02-12 14:45   ` James Clark
2021-02-20  8:11   ` Leo Yan
2021-02-20  8:11     ` Leo Yan
2021-02-12 14:45 ` [PATCH 2/7] perf cs-etm: Only search timestamp in current sample's queue James Clark
2021-02-12 14:45   ` James Clark
2021-02-20 11:50   ` Leo Yan
2021-02-20 11:50     ` Leo Yan
2021-03-01 15:28     ` James Clark
2021-03-01 15:28       ` James Clark
2021-03-02 11:52       ` Leo Yan
2021-03-02 11:52         ` Leo Yan
2021-05-06 10:45   ` James Clark
2021-05-06 10:45     ` James Clark
2021-02-12 14:45 ` [PATCH 3/7] perf cs-etm: Save aux records in each etm queue James Clark
2021-02-12 14:45   ` James Clark
2021-02-27  7:10   ` Leo Yan
2021-02-27  7:10     ` Leo Yan
2021-03-01 15:43     ` James Clark
2021-03-01 15:43       ` James Clark
2021-03-02 12:03       ` Leo Yan
2021-03-02 12:03         ` Leo Yan
2021-03-10 15:41         ` James Clark
2021-02-12 14:45 ` [PATCH 4/7] perf cs-etm: don't process queues until cs_etm__flush_events James Clark
2021-02-12 14:45   ` James Clark
2021-02-12 14:45 ` [PATCH 5/7] perf cs-etm: split decode by aux records James Clark
2021-02-12 14:45   ` James Clark
2021-02-12 14:45 ` [PATCH 6/7] perf cs-etm: Use existing decode code path for --dump-raw-trace James Clark
2021-02-12 14:45   ` James Clark
2021-02-12 14:45 ` [PATCH 7/7] perf cs-etm: Suppress printing when resetting decoder James Clark
2021-02-12 14:45   ` James Clark
2021-02-24 16:13 ` [PATCH 0/7] Split Coresight decode by aux records Mathieu Poirier
2021-02-24 16:13   ` Mathieu Poirier
2021-03-01 14:05   ` James Clark
2021-03-01 14:05     ` James Clark
2021-04-15 20:37 ` Mathieu Poirier
2021-04-15 20:37   ` 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.