On 1/23/2024 7:40 PM, Bjorn Andersson wrote: > Add tracepoint for tracing the messages being sent and the success > thereof. This is useful as the system has a variety of clients sending > requests to the always-on subsystem. > > Signed-off-by: Bjorn Andersson <quic_bjorande@xxxxxxxxxxx> > --- > Changes in v2: > - Corrected copy-paste error in include guard (now _TRACE_QCOM_AOSS_H) > - Link to v1: https://lore.kernel.org/r/20240117-qcom-aoss-tracepoints-v1-1-4f935920cf4b@xxxxxxxxxxx > --- > drivers/soc/qcom/Makefile | 1 + > drivers/soc/qcom/qcom_aoss.c | 7 +++++++ > drivers/soc/qcom/trace-aoss.h | 48 +++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 56 insertions(+) > Reviewed-by: Chris Lew <quic_clew@xxxxxxxxxxx>