mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [for-next][PATCH 0/8] tracing/tools: Updates for 6.3
@ 2023-02-18 20:18 Steven Rostedt
  2023-02-18 20:18 ` [for-next][PATCH 1/8] tools/rv: Remove unneeded semicolon Steven Rostedt
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Steven Rostedt @ 2023-02-18 20:18 UTC (permalink / raw)
  To: linux-kernel; +Cc: Masami Hiramatsu, Andrew Morton, Daniel Bristot de Oliveira

This has actually been in for-next for some time. But because I never
sent out the "for-next" emails, it's still set to "New" in my internal
patchwork.

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

Head SHA1: 5dc3750e747f93f9bb7987da3d47a8ab4a5a181e


Andreas Ziegler (2):
      tools/tracing/rtla: osnoise_hist: use total duration for average calculation
      tools/tracing/rtla: osnoise_hist: display average with two-digit precision

Daniel Bristot de Oliveira (5):
      rtla/timerlat: Add auto-analysis core
      rtla/timerlat: Add auto-analysis support to timerlat top
      Documentation/rtla: Add timerlat-top auto-analysis options
      rtla: Add hwnoise tool
      Documentation/rtla: Add hwnoise man page

zhang songyi (1):
      tools/rv: Remove unneeded semicolon

----
 Documentation/tools/rtla/common_timerlat_aa.rst |   7 +
 Documentation/tools/rtla/index.rst              |   1 +
 Documentation/tools/rtla/rtla-hwnoise.rst       | 107 +++
 Documentation/tools/rtla/rtla-timerlat-top.rst  | 164 ++--
 tools/tracing/rtla/Makefile                     |   2 +
 tools/tracing/rtla/src/osnoise.c                | 117 +++
 tools/tracing/rtla/src/osnoise.h                |   7 +
 tools/tracing/rtla/src/osnoise_hist.c           |   9 +-
 tools/tracing/rtla/src/osnoise_top.c            |  84 +-
 tools/tracing/rtla/src/rtla.c                   |   4 +
 tools/tracing/rtla/src/timerlat_aa.c            | 990 ++++++++++++++++++++++++
 tools/tracing/rtla/src/timerlat_aa.h            |  12 +
 tools/tracing/rtla/src/timerlat_top.c           |  46 +-
 tools/tracing/rtla/src/utils.h                  |   3 +
 tools/verification/rv/src/in_kernel.c           |   2 +-
 15 files changed, 1442 insertions(+), 113 deletions(-)
 create mode 100644 Documentation/tools/rtla/common_timerlat_aa.rst
 create mode 100644 Documentation/tools/rtla/rtla-hwnoise.rst
 create mode 100644 tools/tracing/rtla/src/timerlat_aa.c
 create mode 100644 tools/tracing/rtla/src/timerlat_aa.h

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

end of thread, other threads:[~2023-02-18 20:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-18 20:18 [for-next][PATCH 0/8] tracing/tools: Updates for 6.3 Steven Rostedt
2023-02-18 20:18 ` [for-next][PATCH 1/8] tools/rv: Remove unneeded semicolon Steven Rostedt
2023-02-18 20:18 ` [for-next][PATCH 2/8] tools/tracing/rtla: osnoise_hist: use total duration for average calculation Steven Rostedt
2023-02-18 20:18 ` [for-next][PATCH 3/8] tools/tracing/rtla: osnoise_hist: display average with two-digit precision Steven Rostedt
2023-02-18 20:18 ` [for-next][PATCH 4/8] rtla/timerlat: Add auto-analysis core Steven Rostedt
2023-02-18 20:18 ` [for-next][PATCH 5/8] rtla/timerlat: Add auto-analysis support to timerlat top Steven Rostedt
2023-02-18 20:18 ` [for-next][PATCH 6/8] Documentation/rtla: Add timerlat-top auto-analysis options Steven Rostedt
2023-02-18 20:18 ` [for-next][PATCH 7/8] rtla: Add hwnoise tool Steven Rostedt
2023-02-18 20:18 ` [for-next][PATCH 8/8] Documentation/rtla: Add hwnoise man page Steven Rostedt

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®