All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Make sysFS functional on topologies with per core sink
@ 2020-09-04  2:41 Linu Cherian
  2020-09-04  2:41 ` [PATCH v4 1/2] coresight: etm: perf: Sink selection using sysfs is deprecated Linu Cherian
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Linu Cherian @ 2020-09-04  2:41 UTC (permalink / raw)
  To: mathieu.poirier, suzuki.poulose, mike.leach
  Cc: coresight, linuc.decode, linux-arm-kernel, Linu Cherian

This patch series tries to fix the sysfs breakage on topologies
with per core sink.

Changes since v3:
- References to coresight_get_enabled_sink in perf interface
  has been removed and marked deprecated as a new patch.
- To avoid changes to coresight_find_sink for ease of maintenance,
  search function specific to sysfs usage has been added. 
- Sysfs being the only user for coresight_get_enabled sink,
  reset option is removed as well.

Changes since v2:
- Fixed checkpatch issue

Changes since v1:
- Misc fixes in commit message

Applies on https://git.linaro.org/kernel/coresight.git/log/?h=next

Linu Cherian (2):
  coresight: etm: perf: Sink selection using sysfs is deprecated
  coresight: Make sysFS functional on topologies with per core sink

 .../hwtracing/coresight/coresight-etm-perf.c  |  2 -
 drivers/hwtracing/coresight/coresight-priv.h  |  3 +-
 drivers/hwtracing/coresight/coresight.c       | 58 +++++++++----------
 3 files changed, 29 insertions(+), 34 deletions(-)


base-commit: 17f17c8f02a35a746376c2ecd054386575835b8b
-- 
2.25.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] 18+ messages in thread

end of thread, other threads:[~2020-11-12  9:22 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04  2:41 [PATCH v4 0/2] Make sysFS functional on topologies with per core sink Linu Cherian
2020-09-04  2:41 ` [PATCH v4 1/2] coresight: etm: perf: Sink selection using sysfs is deprecated Linu Cherian
2020-09-04  2:41 ` [PATCH v4 2/2] coresight: Make sysFS functional on topologies with per core sink Linu Cherian
2020-09-14 19:36   ` Mathieu Poirier
2020-09-15  4:40     ` Linu Cherian
2020-10-05 11:27 ` [PATCH v4 0/2] " Suzuki K Poulose
2020-10-06 13:21   ` Linu Cherian
2020-10-06 16:12   ` Mathieu Poirier
2020-10-06 16:43     ` Suzuki K Poulose
2020-10-06 16:56       ` Mathieu Poirier
2020-10-26  4:33   ` Linu Cherian
2020-10-26 18:17     ` Suzuki K Poulose
2020-10-27 13:13       ` Linu Cherian
2020-11-07  5:43         ` Linu Cherian
2020-11-10 12:57           ` Linu Cherian
2020-11-10 14:57             ` Suzuki K Poulose
2020-11-12  8:57               ` Linu Cherian
2020-11-12  9:20                 ` Suzuki K Poulose

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.