linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [for-next][PATCH 0/5] tracing: Last minute updates for 5.12
@ 2021-02-15 19:55 Steven Rostedt
  2021-02-15 19:55 ` [for-next][PATCH 1/5] tracing: Show real address for trace event arguments Steven Rostedt
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Steven Rostedt @ 2021-02-15 19:55 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Andrew Morton

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-02-15 19:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-15 19:55 [for-next][PATCH 0/5] tracing: Last minute updates for 5.12 Steven Rostedt
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

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).