linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/5] Update CoreSight infrastructure to select a default sink.
@ 2020-06-16 16:40 Mike Leach
  2020-06-16 16:40 ` [PATCH v5 1/5] coresight: Add default sink selection to CoreSight base Mike Leach
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Mike Leach @ 2020-06-16 16:40 UTC (permalink / raw)
  To: linux-arm-kernel, linux-doc, coresight, mathieu.poirier
  Cc: corbet, Mike Leach, suzuki.poulose

This patchset provides an infrastructure to allow for the automatic
selection of a sink during CoreSight tracing operations.

Currently starting tracing using perf requires a sink selection on the
command line:-

sudo ./perf record -e cs_etm/@tmc_etr0/ --per-thread uname -a

After this set (and the follow-up perf change set) the infrastructure will
be able to select a default sink:-

sudo ./perf record -e cs_etm// --per-thread uname -a

This matches with the default operation provided with perf and intelpt.

Where no sink is specified at the start of a trace session, the CoreSight
system will walk the connection graph from the source ETM, to find a
suitable sink using the first encountered highest priority device.

The CoreSight infrastructure is updated to define sink sub_types to
differentiate between sinks with built in buffers (ETB / ETF) - BUFFER
type, and those that use system memory (ETR) - SYSMEM - types.

SYSMEM types are considered higher priority.

When two sinks are found of equal priority, then the closest sink to the
source in terms of connection nodes is chosen.

The automatic sink selection will also operate if an ETM is enabled using
sysfs commands, and no sink is currently enabled. A last_sink attribute is
added to trace sources that is set to the value of the sink used when a
source is enabled via sysfs. This is set in both default and user enabled
sink scenarios.

Applies to Linux 5.8-rc1

Tested on Dragonboard DB410c.

Changes since v4:
1) Added reviewed-by etc that were missing from previous sets.
2) Added last_sink attribute to source devices.
3) Added documentation patch to update docs for default sinks.
4) Moved comment fix patch into separate misc fixes set.

Mike Leach (5):
  coresight: Add default sink selection to CoreSight base.
  coresight: tmc: Update sink types for default selection.
  coresight: etm: perf: Add default sink selection to etm perf.
  coresight: sysfs: Allow select default sink on source enable.
  documentation: coresight: Update CoreSight document for default sink.

 Documentation/trace/coresight/coresight.rst   |  48 ++--
 .../hwtracing/coresight/coresight-etm-perf.c  |  17 +-
 drivers/hwtracing/coresight/coresight-priv.h  |   2 +
 drivers/hwtracing/coresight/coresight-tmc.c   |   3 +-
 drivers/hwtracing/coresight/coresight.c       | 205 +++++++++++++++++-
 include/linux/coresight.h                     |   6 +
 6 files changed, 261 insertions(+), 20 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] 13+ messages in thread

end of thread, other threads:[~2020-07-02  9:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-16 16:40 [PATCH v5 0/5] Update CoreSight infrastructure to select a default sink Mike Leach
2020-06-16 16:40 ` [PATCH v5 1/5] coresight: Add default sink selection to CoreSight base Mike Leach
2020-07-01 22:48   ` Suzuki K Poulose
2020-06-16 16:40 ` [PATCH v5 2/5] coresight: tmc: Update sink types for default selection Mike Leach
2020-06-16 16:40 ` [PATCH v5 3/5] coresight: etm: perf: Add default sink selection to etm perf Mike Leach
2020-07-01 22:52   ` Suzuki K Poulose
2020-06-16 16:40 ` [PATCH v5 4/5] coresight: sysfs: Allow select default sink on source enable Mike Leach
2020-06-29 17:47   ` Mathieu Poirier
2020-07-01 16:40     ` Mike Leach
2020-07-01 22:24       ` Suzuki K Poulose
2020-07-02  0:21         ` Mike Leach
2020-07-02  9:37           ` Suzuki K Poulose
2020-06-16 16:40 ` [PATCH v5 5/5] documentation: coresight: Update CoreSight document for default sink Mike Leach

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).