From: Rishabh Bhatnagar <rishabhb@codeaurora.org>
To: linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: bjorn.andersson@linaro.org, tsoni@codeaurora.org,
psodagud@codeaurora.org, sidgup@codeaurora.org,
Rishabh Bhatnagar <rishabhb@codeaurora.org>
Subject: [PATCH 0/2] Add trace events to q6v5_pas and mdt_loader driver
Date: Mon, 9 Nov 2020 17:20:39 -0800 [thread overview]
Message-ID: <1604971241-29000-1-git-send-email-rishabhb@codeaurora.org> (raw)
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
next reply other threads:[~2020-11-10 1:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-10 1:20 Rishabh Bhatnagar [this message]
2020-11-10 1:20 ` [PATCH 1/2] soc: qcom: Add tracepoints to mdt loader Rishabh Bhatnagar
2020-11-10 3:35 ` Bjorn Andersson
2020-11-10 1:20 ` [PATCH 2/2] remoteproc: qcom: Add trace events for q6v5_pas driver Rishabh Bhatnagar
2020-11-10 3:29 ` Bjorn Andersson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1604971241-29000-1-git-send-email-rishabhb@codeaurora.org \
--to=rishabhb@codeaurora.org \
--cc=bjorn.andersson@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=psodagud@codeaurora.org \
--cc=sidgup@codeaurora.org \
--cc=tsoni@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.