linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: linux-kernel@vger.kernel.org
Cc: Ingo Molnar <mingo@kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>
Subject: [for-next][PATCH 0/5] tracing: Last minute updates for 5.12
Date: Mon, 15 Feb 2021 14:55:33 -0500	[thread overview]
Message-ID: <20210215195533.101751000@goodmis.org> (raw)

Masami Hiramatsu (3):
      tracing: Show real address for trace event arguments
      tracing: Update the stage 3 of trace event macro comment
      tracing: Add ptr-hash option to show the hashed pointer value

Steven Rostedt (VMware) (1):
      tracing: Make hash-ptr option default

Viktor Rosendahl (1):
      tracing/tools: Add the latency-collector to tools directory

----
 Documentation/trace/ftrace.rst            |    6 +
 include/linux/trace_events.h              |    4 +
 include/trace/trace_events.h              |   31 +-
 kernel/trace/trace.c                      |   77 +-
 kernel/trace/trace.h                      |    3 +
 kernel/trace/trace_output.c               |   12 +-
 tools/Makefile                            |   14 +-
 tools/tracing/Makefile                    |   19 +
 tools/tracing/latency/.gitignore          |    2 +
 tools/tracing/latency/Makefile            |   24 +
 tools/tracing/latency/latency-collector.c | 2108 +++++++++++++++++++++++++++++
 11 files changed, 2281 insertions(+), 19 deletions(-)
 create mode 100644 tools/tracing/Makefile
 create mode 100644 tools/tracing/latency/.gitignore
 create mode 100644 tools/tracing/latency/Makefile
 create mode 100644 tools/tracing/latency/latency-collector.c

             reply	other threads:[~2021-02-15 19:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-15 19:55 Steven Rostedt [this message]
2021-02-15 19:55 ` [for-next][PATCH 1/5] tracing: Show real address for trace event arguments Steven Rostedt
2021-02-15 19:55 ` [for-next][PATCH 2/5] tracing: Update the stage 3 of trace event macro comment Steven Rostedt
2021-02-15 19:55 ` [for-next][PATCH 3/5] tracing: Add ptr-hash option to show the hashed pointer value Steven Rostedt
2021-02-15 19:55 ` [for-next][PATCH 4/5] tracing: Make hash-ptr option default Steven Rostedt
2021-02-15 19:55 ` [for-next][PATCH 5/5] tracing/tools: Add the latency-collector to tools directory Steven Rostedt

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=20210215195533.101751000@goodmis.org \
    --to=rostedt@goodmis.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.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;
as well as URLs for NNTP newsgroup(s).