Message ID | 20220818132309.584042-1-cristian.marussi@arm.com (mailing list archive) |
---|---|
Headers | show |
Series | Harmonize SCMI traces formats | expand |
On Thu, 18 Aug 2022 14:23:08 +0100, Cristian Marussi wrote: > after having recently added new scmi_msg_dump traces I realized the > general format of the various other SCMI traces is not consistent. > > As an example the full traces of a simple PERF_LEVEL_SET is now: > > cpufreq-set-276 [000] ..... 139.905639: scmi_xfer_begin: transfer_id=145 msg_id=7 protocol_id=19 seq=145 poll=0 > cpufreq-set-276 [000] ..... 139.905724: scmi_msg_dump: pt=13 t=CMND msg_id=07 seq=0091 s=0 pyld=000000008066ab13 > cpufreq-set-276 [000] ..... 139.905725: scmi_xfer_response_wait: transfer_id=145 msg_id=7 protocol_id=19 seq=145 tmo_ms=5000 poll=0 > <idle>-0 [000] d.h2. 139.906493: scmi_msg_dump: pt=13 t=RESP msg_id=07 seq=0091 s=0 pyld= > <idle>-0 [000] d.h2. 139.906521: scmi_rx_done: transfer_id=145 msg_id=7 protocol_id=19 seq=145 msg_type=0 > cpufreq-set-276 [000] ..... 139.906651: scmi_xfer_end: transfer_id=145 msg_id=7 protocol_id=19 seq=145 status=0 > > [...] Applied to sudeep.holla/linux (for-next/scmi), thanks! [1/1] include: trace: Harmonize SCMI tracing message format https://git.kernel.org/sudeep.holla/c/40d30cf680cb -- Regards, Sudeep