Re: [PATCH v5 1/5] coresight: Add default sink selection to CoreSight base.
From: Suzuki K Poulose <suzuki.poulose@arm.com>
Date: 2020-07-01 22:44:14
Also in:
linux-doc
From: Suzuki K Poulose <suzuki.poulose@arm.com>
Date: 2020-07-01 22:44:14
Also in:
linux-doc
Hi Mike, On 06/16/2020 05:40 PM, Mike Leach wrote:
Adds a method to select a suitable sink connected to a given source. In cases where no sink is defined, the coresight_find_default_sink routine can search from a given source, through the child connections until a suitable sink is found. The suitability is defined in by the sink coresight_dev_subtype on the CoreSight device, and the distance from the source by counting connections. Higher value subtype is preferred - where these are equal, shorter distance from source is used as a tie-break. This allows for default sink to be discovered were none is specified (e.g. perf command line) Signed-off-by: Mike Leach <redacted> Suggested-by: Suzuki K Poulose <suzuki.poulose@arm.com> Reviewed-by: Leo Yan <redacted> Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Reviewed-by: Suzuki K Poulose <suzuki.poulose@arm.com> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel