lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230613220750.330146797@goodmis.org>
Date:   Tue, 13 Jun 2023 18:07:50 -0400
From:   Steven Rostedt <rostedt@...dmis.org>
To:     linux-kernel@...r.kernel.org
Cc:     Daniel Bristot de Oliveira <bristot@...nel.org>
Subject: [for-next][PATCH 00/11] tracing/tools: Updates for 6.5

  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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ