linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] PATCH: firmware: ti_sci: Add trace events to TI SCI
@ 2025-08-20 18:10 Jonathan Cormier
  2025-08-20 18:10 ` [PATCH 1/2] firmware: ti_sci: Add trace events Jonathan Cormier
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Jonathan Cormier @ 2025-08-20 18:10 UTC (permalink / raw)
  To: Nishanth Menon, Tero Kristo, Santosh Shilimkar, Steven Rostedt,
	Masami Hiramatsu, Mathieu Desnoyers, Nishanth Menon,
	Vignesh Raghavendra
  Cc: linux-kernel, linux-arm-kernel, linux-trace-kernel,
	Jonathan Cormier

Add trace events to help debug and measure the speed of the
communication channel.

Add parsing of the messages types but I am not sure how to parse the
flags, since the REQ and RESP flags conflict. Left as seperate commit to
make it easier to drop or make changes depending on comments.  The two
commits should squash easily.

Nishanth Menon and Vignesh Raghavendra requested I send this patch
upstream.

Signed-off-by: Jonathan Cormier <jcormier@criticallink.com>
---
Jonathan Cormier (2):
      firmware: ti_sci: Add trace events
      firmware: ti_sci: trace: Decode message types

 MAINTAINERS                     |   1 +
 drivers/firmware/Makefile       |   3 +
 drivers/firmware/ti_sci.c       |  11 +++
 drivers/firmware/ti_sci_trace.h | 146 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 161 insertions(+)
---
base-commit: d7b8f8e20813f0179d8ef519541a3527e7661d3a
change-id: 20250709-linux_master_ti_sci_trace-91fd2af65dca

Best regards,
-- 
Jonathan Cormier <jcormier@criticallink.com>


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

end of thread, other threads:[~2025-08-22 18:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-20 18:10 [PATCH 0/2] PATCH: firmware: ti_sci: Add trace events to TI SCI Jonathan Cormier
2025-08-20 18:10 ` [PATCH 1/2] firmware: ti_sci: Add trace events Jonathan Cormier
2025-08-20 19:59   ` Andrew Davis
2025-08-20 18:10 ` [PATCH 2/2] firmware: ti_sci: trace: Decode message types Jonathan Cormier
2025-08-20 20:04 ` [PATCH 0/2] PATCH: firmware: ti_sci: Add trace events to TI SCI Andrew Davis
2025-08-22 16:05   ` Jon Cormier
2025-08-22 17:39     ` Andrew Davis
2025-08-22 18:30       ` Jon Cormier

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