[PATCH v4 2/2] soc: qcom: smp2p: Introduce tracepoint support

2024-07-16 Thread Sudeepgoud Patil
issues between subsystems. Signed-off-by: Sudeepgoud Patil --- drivers/soc/qcom/Makefile | 1 + drivers/soc/qcom/smp2p.c | 9 drivers/soc/qcom/trace-smp2p.h | 98 ++ 3 files changed, 108 insertions(+) create mode 100644 drivers/soc/qcom/trace

[PATCH v4 0/2] Use of devname for interrupt descriptions and tracepoint support for smp2p

2024-07-16 Thread Sudeepgoud Patil
ditional context - Link to v1: https://lore.kernel.org/all/20240429075528.1723133-1-quic_sudee...@quicinc.com Chris Lew (1): soc: qcom: smp2p: Use devname for interrupt descriptions Sudeepgoud Patil (1): soc: qcom: smp2p: Introduce tracepoint support drivers/soc/qcom/Makefile | 1 + d

[PATCH v4 1/2] soc: qcom: smp2p: Use devname for interrupt descriptions

2024-07-16 Thread Sudeepgoud Patil
hown below. / # cat /proc/interrupts | grep smp2p 18: ... ipcc 196610 Edge smp2p-adsp 20: ... ipcc 131074 Edge smp2p-modem 170: ... smp2p-modem 1 Edge q6v5 ready 178: ... smp2p-adsp 1 Edge q6v5 ready Signed-off-by: Chris Lew Signed-off-by: Sudeep

[PATCH V3 2/2] soc: qcom: smp2p: Introduce tracepoint support

2024-06-27 Thread Sudeepgoud Patil
are useful for debugging issues between subsystems. Signed-off-by: Sudeepgoud Patil --- drivers/soc/qcom/Makefile | 1 + drivers/soc/qcom/smp2p.c | 9 drivers/soc/qcom/trace-smp2p.h | 98 ++ 3 files changed, 108 insertions(+) create mode 100644 drivers

[PATCH V3 1/2] soc: qcom: smp2p: Use devname for interrupt descriptions

2024-06-27 Thread Sudeepgoud Patil
From: Chris Lew When using /proc/interrupts to collect statistics on smp2p interrupt counts, it is hard to distinguish the different instances of smp2p from each other. For example to debug a processor boot issue, the ready and handover interrupts are checked for sanity to ensure the firmware

[PATCH V3 0/2] Use of devname for interrupt descriptions and tracepoint support for smp2p

2024-06-27 Thread Sudeepgoud Patil
3-1-quic_sudee...@quicinc.com Chris Lew (1): soc: qcom: smp2p: Use devname for interrupt descriptions Sudeepgoud Patil (1): soc: qcom: smp2p: Introduce tracepoint support drivers/soc/qcom/Makefile | 1 + drivers/soc/qcom/smp2p.c | 20 ++- drivers/soc/qcom/trace-smp2p.h |

[PATCH V2 2/2] soc: qcom: smp2p: Introduce tracepoint support

2024-06-11 Thread Sudeepgoud Patil
. These tracepoints are valuable for debugging issues between subsystems. Signed-off-by: Sudeepgoud Patil --- drivers/soc/qcom/Makefile | 1 + drivers/soc/qcom/smp2p.c | 12 drivers/soc/qcom/trace-smp2p.h | 116 + 3 files changed, 129 insertions

[PATCH V2 1/2] soc: qcom: smp2p: Add remote name into smp2p irq devname

2024-06-11 Thread Sudeepgoud Patil
Add smp2p irq devname which fetches remote name from respective smp2p dtsi node, which makes the wakeup source distinguishable in irq wakeup prints. Signed-off-by: Sudeepgoud Patil --- drivers/soc/qcom/smp2p.c | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git

[PATCH V2 0/2] Add tracepoint support and remote name mapping to smp2p

2024-06-11 Thread Sudeepgoud Patil
3-1-quic_sudee...@quicinc.com Sudeepgoud Patil (2): soc: qcom: smp2p: Add remote name into smp2p irq devname soc: qcom: smp2p: Introduce tracepoint support drivers/soc/qcom/Makefile | 1 + drivers/soc/qcom/smp2p.c | 26 +++- drivers/soc/qcom/trace-smp2p.h |

[PATCH V1] soc: qcom: smp2p: Introduce tracepoint support

2024-04-29 Thread Sudeepgoud Patil
Introduce tracepoint support for smp2p providing useful logging for communication between clients. Signed-off-by: Sudeepgoud Patil Signed-off-by: Deepak Kumar Singh --- drivers/soc/qcom/Makefile | 1 + drivers/soc/qcom/smp2p.c | 10 drivers/soc/qcom/trace-smp2p.h | 99