When debugging interaction with remoteproc, do performance measurments and fix client bugs, it turns out to be very useful to have tracepoints throughout GLINK, so introduce this. Signed-off-by: Bjorn Andersson <quic_bjorande@xxxxxxxxxxx> --- Bjorn Andersson (3): rpmsg: glink: Tidy up RX advance handling rpmsg: glink: Pass channel to qcom_glink_send_close_ack() rpmsg: glink: Introduce packet tracepoints drivers/rpmsg/Makefile | 1 + drivers/rpmsg/qcom_glink_native.c | 124 ++++++++++-- drivers/rpmsg/qcom_glink_trace.h | 406 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 519 insertions(+), 12 deletions(-) --- base-commit: d6dbc9f56c3a70e915625b6f1887882c23dc5c91 change-id: 20240726-glink-tracepoints-0426bba64a0e Best regards, -- Bjorn Andersson <quic_bjorande@xxxxxxxxxxx>