From: Binoy Jayan <binoy.jayan@linaro.org>
To: "Steven Rostedt (Red Hat)" <rostedt@goodmis.org>
Cc: Ingo Molnar <mingo@redhat.com>,
Daniel Wagner <daniel.wagner@bmw-carit.de>,
Arnd Bergmann <arnd@arndb.de>,
linaro-kernel@lists.linaro.org, Carsten Emde <C.Emde@osadl.org>,
linux-kernel@vger.kernel.org,
Masami <masami.hiramatsu@linaro.org>,
Binoy Jayan <binoy.jayan@linaro.org>
Subject: [PATCH v3 0/3] *** Latency histograms - IRQSOFF,PREEMPTOFF ***
Date: Mon, 29 Aug 2016 12:25:25 +0530 [thread overview]
Message-ID: <1472453728-577-1-git-send-email-binoy.jayan@linaro.org> (raw)
Hi,
Thank you Steven and Daniel for reviewing v1 and providing suggestions.
These set of patches [v3] capture latency events caused by interrupts and
premption disabled in kernel. The patches are based on the hist trigger
feature developed by Tom Zanussi.
v2: https://lkml.org/lkml/2016/8/24/296
Mount Debugfs
mount -t debugfs nodev /sys/kernel/debug
Examples of triggers:
echo 'hist:key=latency.log2:val=hitcount:sort=latency' > /sys/kernel/debug/tracing/events/latency/latency_preempt/trigger
echo 'hist:key=cpu,latency:val=hitcount:sort=latency if cpu==1' > /sys/kernel/debug/tracing/events/latency/latency_preempt/trigger
echo 'hist:key=ltype,cpu:val=latency:sort=ltype,cpu if ltype==0' > /sys/kernel/debug/tracing/events/latency/latency_preempt/trigger
Histogram output:
cat /sys/kernel/debug/tracing/events/latency/latency_preempt/hist
Changes from v2 as per comments from Daniel
- Use single tracepoint for irq/preempt/critical timings by introducing
a trace type field to differentiate trace type in the same tracepoint.
The suspicious RCU usage error was fixed and made part of Daniel's bugfix.
TODO:
1. perf interface. Not sure if this is needed
2. Latency histograms - process wakeup latency
Binoy
Binoy Jayan (2):
tracing: Add trace_irqsoff tracepoints
tracing: Histogram for missed timer offsets
Daniel Wagner (1):
tracing: Deference pointers without RCU checks
include/linux/hrtimer.h | 3 ++
include/linux/rculist.h | 36 ++++++++++++++++++++
include/linux/tracepoint.h | 4 +--
include/trace/events/latency.h | 68 +++++++++++++++++++++++++++++++++++++
kernel/time/hrtimer.c | 39 +++++++++++++++++++++
kernel/trace/trace_events_filter.c | 4 +--
kernel/trace/trace_events_trigger.c | 6 ++--
kernel/trace/trace_irqsoff.c | 45 +++++++++++++++++++++++-
8 files changed, 197 insertions(+), 8 deletions(-)
create mode 100644 include/trace/events/latency.h
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
next reply other threads:[~2016-08-29 6:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-29 6:55 Binoy Jayan [this message]
2016-08-29 6:55 ` [PATCH v3 1/3] tracing: Deference pointers without RCU checks Binoy Jayan
2016-08-29 6:55 ` [PATCH v3 2/3] tracing: Add trace_irqsoff tracepoints Binoy Jayan
2016-08-29 9:43 ` Daniel Wagner
2016-08-30 9:41 ` Binoy Jayan
2016-08-30 13:52 ` Steven Rostedt
2016-08-30 14:01 ` Daniel Wagner
2016-08-30 14:20 ` Daniel Wagner
2016-08-30 15:02 ` Daniel Wagner
2016-08-30 21:06 ` Steven Rostedt
2016-08-31 6:05 ` Binoy Jayan
2016-08-29 6:55 ` [PATCH v3 3/3] tracing: Histogram for missed timer offsets Binoy Jayan
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=1472453728-577-1-git-send-email-binoy.jayan@linaro.org \
--to=binoy.jayan@linaro.org \
--cc=C.Emde@osadl.org \
--cc=arnd@arndb.de \
--cc=daniel.wagner@bmw-carit.de \
--cc=linaro-kernel@lists.linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=masami.hiramatsu@linaro.org \
--cc=mingo@redhat.com \
--cc=rostedt@goodmis.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®