[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210215195533.101751000@goodmis.org>
Date: Mon, 15 Feb 2021 14:55:33 -0500
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [for-next][PATCH 0/5] tracing: Last minute updates for 5.12
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
Powered by blists - more mailing lists