public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [for-next][PATCH 00/11] tracing/tools: Updates for 6.5
@ 2023-06-13 22:07 Steven Rostedt
  2023-06-13 22:07 ` [for-next][PATCH 01/11] rtla: Add -C cgroup support Steven Rostedt
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Steven Rostedt @ 2023-06-13 22:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: Daniel Bristot de Oliveira

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

Head SHA1: 6127383217741615f3450b684ecbee1ff570ee98


Daniel Bristot de Oliveira (11):
      rtla: Add -C cgroup support
      rtla: Add --house-keeping option
      rtla: Change monitored_cpus from char * to cpu_set_t
      rtla: Automatically move rtla to a house-keeping cpu
      rtla/timerlat: Give timerlat auto analysis its own instance
      rtla/timerlat_hist: Add auto-analysis support
      rtla: Start the tracers after creating all instances
      rtla/hwnoise: Reduce runtime to 75%
      rtla/timerlat_top: Add timerlat user-space support
      rtla/timerlat_hist: Add timerlat user-space support
      Documentation: Add tools/rtla timerlat -u option documentation

----
 Documentation/tools/rtla/common_options.rst        |   8 +
 Documentation/tools/rtla/common_timerlat_aa.rst    |   7 -
 .../tools/rtla/common_timerlat_options.rst         |   7 +
 Documentation/tools/rtla/rtla-timerlat-hist.rst    |   7 +-
 Documentation/tools/rtla/rtla-timerlat-top.rst     |   7 +
 tools/tracing/rtla/src/osnoise.c                   |  65 +++++
 tools/tracing/rtla/src/osnoise.h                   |   5 +
 tools/tracing/rtla/src/osnoise_hist.c              |  90 +++++-
 tools/tracing/rtla/src/osnoise_top.c               |  83 +++++-
 tools/tracing/rtla/src/timerlat_aa.c               |  35 ++-
 tools/tracing/rtla/src/timerlat_aa.h               |   5 +-
 tools/tracing/rtla/src/timerlat_hist.c             | 262 +++++++++++++++--
 tools/tracing/rtla/src/timerlat_top.c              | 229 +++++++++++++--
 tools/tracing/rtla/src/timerlat_u.c                | 224 ++++++++++++++
 tools/tracing/rtla/src/timerlat_u.h                |  18 ++
 tools/tracing/rtla/src/utils.c                     | 324 +++++++++++++++++++--
 tools/tracing/rtla/src/utils.h                     |   7 +
 17 files changed, 1277 insertions(+), 106 deletions(-)
 create mode 100644 tools/tracing/rtla/src/timerlat_u.c
 create mode 100644 tools/tracing/rtla/src/timerlat_u.h

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

end of thread, other threads:[~2023-06-13 22:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-13 22:07 [for-next][PATCH 00/11] tracing/tools: Updates for 6.5 Steven Rostedt
2023-06-13 22:07 ` [for-next][PATCH 01/11] rtla: Add -C cgroup support Steven Rostedt
2023-06-13 22:07 ` [for-next][PATCH 02/11] rtla: Add --house-keeping option Steven Rostedt
2023-06-13 22:07 ` [for-next][PATCH 03/11] rtla: Change monitored_cpus from char * to cpu_set_t Steven Rostedt
2023-06-13 22:07 ` [for-next][PATCH 04/11] rtla: Automatically move rtla to a house-keeping cpu Steven Rostedt
2023-06-13 22:07 ` [for-next][PATCH 05/11] rtla/timerlat: Give timerlat auto analysis its own instance Steven Rostedt
2023-06-13 22:07 ` [for-next][PATCH 06/11] rtla/timerlat_hist: Add auto-analysis support Steven Rostedt
2023-06-13 22:07 ` [for-next][PATCH 07/11] rtla: Start the tracers after creating all instances Steven Rostedt
2023-06-13 22:07 ` [for-next][PATCH 08/11] rtla/hwnoise: Reduce runtime to 75% Steven Rostedt
2023-06-13 22:07 ` [for-next][PATCH 09/11] rtla/timerlat_top: Add timerlat user-space support Steven Rostedt
2023-06-13 22:08 ` [for-next][PATCH 10/11] rtla/timerlat_hist: " Steven Rostedt
2023-06-13 22:08 ` [for-next][PATCH 11/11] Documentation: Add tools/rtla timerlat -u option documentation Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox