All of lore.kernel.org
 help / color / mirror / Atom feed
* [for-next][PATCH 0/5] tracing: Updates for 5.7
@ 2020-03-17 21:54 Steven Rostedt
  2020-03-17 21:54 ` [for-next][PATCH 1/5] tracing: Have hwlat ts be first instance and record count of instances Steven Rostedt
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Steven Rostedt @ 2020-03-17 21:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, Andrew Morton

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next

Head SHA1: bbd9d05618a6d608c72640b1d3d651a75913456a


Masami Hiramatsu (2):
      bootconfig: Support O=<builddir> option
      tools/bootconfig: Show line and column in parse error

Steven Rostedt (VMware) (2):
      tracing: Have hwlat ts be first instance and record count of instances
      tracing: Remove unused TRACE_BUFFER bits

Yiwei Zhang (1):
      gpu/trace: add a gpu total memory usage tracepoint

----
 Documentation/trace/ftrace.rst      | 32 ++++++++++++++-------
 drivers/Kconfig                     |  2 ++
 drivers/gpu/Makefile                |  1 +
 drivers/gpu/trace/Kconfig           |  4 +++
 drivers/gpu/trace/Makefile          |  3 ++
 drivers/gpu/trace/trace_gpu_mem.c   | 13 +++++++++
 include/linux/bootconfig.h          |  3 +-
 include/trace/events/gpu_mem.h      | 57 +++++++++++++++++++++++++++++++++++++
 init/main.c                         | 14 ++++++---
 kernel/trace/trace.h                |  7 +----
 kernel/trace/trace_entries.h        |  4 ++-
 kernel/trace/trace_hwlat.c          | 24 +++++++++++-----
 kernel/trace/trace_output.c         |  4 +--
 lib/bootconfig.c                    | 35 +++++++++++++++++------
 tools/bootconfig/Makefile           | 27 +++++++++++-------
 tools/bootconfig/main.c             | 35 ++++++++++++++++++++---
 tools/bootconfig/test-bootconfig.sh | 14 ++++++---
 17 files changed, 221 insertions(+), 58 deletions(-)
 create mode 100644 drivers/gpu/trace/Kconfig
 create mode 100644 drivers/gpu/trace/Makefile
 create mode 100644 drivers/gpu/trace/trace_gpu_mem.c
 create mode 100644 include/trace/events/gpu_mem.h

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

end of thread, other threads:[~2020-03-17 21:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-17 21:54 [for-next][PATCH 0/5] tracing: Updates for 5.7 Steven Rostedt
2020-03-17 21:54 ` [for-next][PATCH 1/5] tracing: Have hwlat ts be first instance and record count of instances Steven Rostedt
2020-03-17 21:54 ` [for-next][PATCH 2/5] tracing: Remove unused TRACE_BUFFER bits Steven Rostedt
2020-03-17 21:54 ` [for-next][PATCH 3/5] bootconfig: Support O=<builddir> option Steven Rostedt
2020-03-17 21:54 ` [for-next][PATCH 4/5] tools/bootconfig: Show line and column in parse error Steven Rostedt
2020-03-17 21:55 ` [for-next][PATCH 5/5] gpu/trace: add a gpu total memory usage tracepoint Steven Rostedt

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.