Create and insert trace points in mdt_loader and qcom_q6v5_pas drivers. These tracepoints will be used to analyze the time taken at each step during bootup/shutdown of the remoteproc. Also provide information about location and size of firmware segments being loaded. Rishabh Bhatnagar (2): soc: qcom: Add tracepoints to mdt loader remoteproc: qcom: Add trace events for q6v5_pas driver drivers/remoteproc/qcom_q6v5_pas.c | 11 ++++++++ drivers/soc/qcom/mdt_loader.c | 8 ++++++ include/trace/events/mdt_loader.h | 57 ++++++++++++++++++++++++++++++++++++++ include/trace/events/q6v5_pas.h | 34 +++++++++++++++++++++++ 4 files changed, 110 insertions(+) create mode 100644 include/trace/events/mdt_loader.h create mode 100644 include/trace/events/q6v5_pas.h -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project