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: <20250326145549.978154551@goodmis.org>
Date: Wed, 26 Mar 2025 10:55:49 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: Tomas Glozar <tglozar@...hat.com>,
 John Kacur <jkacur@...hat.com>
Subject: [for-next][PATCH 0/9] rtla: Updates for 6.15

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

Head SHA1: 732032692f6ae311bc35159b18e5b7c5e64010fc


John Kacur (1):
      rtla: Add the ability to create ctags and etags

Tomas Glozar (8):
      tools/build: Use SYSTEM_BPFTOOL for system bpftool
      rtla: Fix segfault in save_trace_to_file call
      rtla/osnoise: Unify params struct
      rtla: Unify apply_config between top and hist
      rtla/osnoise: Set OSNOISE_WORKLOAD to true
      rtla: Always set all tracer options
      rtla/tests: Reset osnoise options before check
      rtla/tests: Test setting default options

----
 tools/build/feature/Makefile           |   2 +-
 tools/scripts/Makefile.include         |   2 +-
 tools/tracing/rtla/Makefile            |   2 +-
 tools/tracing/rtla/Makefile.rtla       |  17 ++++-
 tools/tracing/rtla/src/osnoise.c       |  86 ++++++++++++++++++++++-
 tools/tracing/rtla/src/osnoise.h       |  48 +++++++++++++
 tools/tracing/rtla/src/osnoise_hist.c  | 121 +++++---------------------------
 tools/tracing/rtla/src/osnoise_top.c   | 123 ++++-----------------------------
 tools/tracing/rtla/src/timerlat.c      | 106 ++++++++++++++++++++++++++++
 tools/tracing/rtla/src/timerlat.h      |  12 ++--
 tools/tracing/rtla/src/timerlat_hist.c | 122 +++++---------------------------
 tools/tracing/rtla/src/timerlat_top.c  | 113 ++++--------------------------
 tools/tracing/rtla/src/trace.c         |   2 +-
 tools/tracing/rtla/tests/engine.sh     |  66 ++++++++++++++++++
 tools/tracing/rtla/tests/osnoise.t     |   6 ++
 15 files changed, 397 insertions(+), 431 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ