linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] perf tools: CoreSight code cleanup and refactoring
@ 2019-02-12 17:16 Mathieu Poirier
  2019-02-12 17:16 ` [PATCH 01/13] perf tools: Remove unused structure field "state" Mathieu Poirier
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Mathieu Poirier @ 2019-02-12 17:16 UTC (permalink / raw)
  To: acme
  Cc: suzuki.poulose, peterz, linux-kernel, mingo, leo.yan, jolsa,
	linux-arm-kernel

Good day Arnaldo,

The only reason I'm sending this set so late in the cycle is that it does
absolutely nothing other than cleaning up and refactoring code - not a
single new feature is added here.

As such if my colleagues on CoreSight get to review it fast enough I leave
it entirely to you to decide if you want to queue it for the 5.1 merge
window.  If that is not enough time then ignore the whole thing and I will
resend when a new rc1 has been released.

Thank you for your time,
Mathieu 

Mathieu Poirier (13):
  perf tools: Remove unused structure field "state"
  perf tools: Remove unused structure field "time" and "timestamp"
  perf tools: Fix wrong return values in error path
  perf tools: Introducing function cs_etm_decoder__init_dparams()
  perf tools: Fix memory leak in error path
  perf tools: Introducing function cs_etm__init_trace_params()
  perf tools: Fix erroneous comment
  perf tools: Cleaning up function cs_etm__alloc_queue()
  perf tools: Rethink kernel address initialisation
  perf tools: Make cs_etm__run_decoder() queue independent
  perf tools: Modularize main decoder function
  perf tools: Modularize main packet processing loop
  perf tools: Modularize auxtrace_buffer fetch function

 .../perf/util/cs-etm-decoder/cs-etm-decoder.h |  10 +-
 tools/perf/util/cs-etm.c                      | 457 ++++++++++--------
 tools/perf/util/cs-etm.h                      |   4 +-
 3 files changed, 262 insertions(+), 209 deletions(-)

-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-02-12 17:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-12 17:16 [PATCH 00/13] perf tools: CoreSight code cleanup and refactoring Mathieu Poirier
2019-02-12 17:16 ` [PATCH 01/13] perf tools: Remove unused structure field "state" Mathieu Poirier
2019-02-12 17:16 ` [PATCH 02/13] perf tools: Remove unused structure field "time" and "timestamp" Mathieu Poirier
2019-02-12 17:16 ` [PATCH 03/13] perf tools: Fix wrong return values in error path Mathieu Poirier
2019-02-12 17:16 ` [PATCH 04/13] perf tools: Introducing function cs_etm_decoder__init_dparams() Mathieu Poirier
2019-02-12 17:16 ` [PATCH 05/13] perf tools: Fix memory leak in error path Mathieu Poirier
2019-02-12 17:16 ` [PATCH 06/13] perf tools: Introducing function cs_etm__init_trace_params() Mathieu Poirier
2019-02-12 17:16 ` [PATCH 07/13] perf tools: Fix erroneous comment Mathieu Poirier
2019-02-12 17:16 ` [PATCH 08/13] perf tools: Cleaning up function cs_etm__alloc_queue() Mathieu Poirier
2019-02-12 17:16 ` [PATCH 09/13] perf tools: Rethink kernel address initialisation Mathieu Poirier
2019-02-12 17:16 ` [PATCH 10/13] perf tools: Make cs_etm__run_decoder() queue independent Mathieu Poirier
2019-02-12 17:16 ` [PATCH 11/13] perf tools: Modularize main decoder function Mathieu Poirier
2019-02-12 17:16 ` [PATCH 12/13] perf tools: Modularize main packet processing loop Mathieu Poirier
2019-02-12 17:16 ` [PATCH 13/13] perf tools: Modularize auxtrace_buffer fetch function 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).