linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] CoreSight: tmc-etf: Fixes for updating buffer
@ 2018-09-11  7:52 Leo Yan
  2018-09-11  7:52 ` [PATCH v2 1/2] coresight: tmc: Fix byte-address alignment for RRP Leo Yan
  2018-09-11  7:52 ` [PATCH v2 2/2] coresight: tmc: Fix writing barrier packets for ring buffer Leo Yan
  0 siblings, 2 replies; 5+ messages in thread
From: Leo Yan @ 2018-09-11  7:52 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series is to two fixing of updating ring buffer in tmc-etf
driver.  The first patch is to fix alignment setting for RRP; the second
patch tries to fix discarding trace data issue caused by filling
barrier packets in the same place, the patch keeps complete trace data
with inserting extra barrier packets.

This patch series has been rebased on CoreSight next branch:
https://git.linaro.org/kernel/coresight.git/log/?h=next with latest
commit 3733ca5a6578 ("coresight: tmc: Refactor loops in etb dump").

Changes from v1:
* Rebased on CoreSight next branch (Sept 11th, 2018);
* Added checking 'lost || to_read > handle->size' to set 'barrier_sz'.


Leo Yan (2):
  coresight: tmc: Fix byte-address alignment for RRP
  coresight: tmc: Fix writing barrier packets for ring buffer

 drivers/hwtracing/coresight/coresight-tmc-etf.c | 41 +++++++++++++++++--------
 1 file changed, 29 insertions(+), 12 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-09-11 19:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-11  7:52 [PATCH v2 0/2] CoreSight: tmc-etf: Fixes for updating buffer Leo Yan
2018-09-11  7:52 ` [PATCH v2 1/2] coresight: tmc: Fix byte-address alignment for RRP Leo Yan
2018-09-11 19:54   ` Mathieu Poirier
2018-09-11  7:52 ` [PATCH v2 2/2] coresight: tmc: Fix writing barrier packets for ring buffer Leo Yan
2018-09-11 19:54   ` Mathieu Poirier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).