The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [for-next][PATCH 0/9] rtla: Updates for 6.15
@ 2025-03-26 14:55 Steven Rostedt
  2025-03-26 14:55 ` [for-next][PATCH 1/9] tools/build: Use SYSTEM_BPFTOOL for system bpftool Steven Rostedt
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Steven Rostedt @ 2025-03-26 14:55 UTC (permalink / raw)
  To: linux-kernel; +Cc: Tomas Glozar, John Kacur

  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(-)

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

end of thread, other threads:[~2025-03-26 14:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-26 14:55 [for-next][PATCH 0/9] rtla: Updates for 6.15 Steven Rostedt
2025-03-26 14:55 ` [for-next][PATCH 1/9] tools/build: Use SYSTEM_BPFTOOL for system bpftool Steven Rostedt
2025-03-26 14:55 ` [for-next][PATCH 2/9] rtla: Fix segfault in save_trace_to_file call Steven Rostedt
2025-03-26 14:55 ` [for-next][PATCH 3/9] rtla/osnoise: Unify params struct Steven Rostedt
2025-03-26 14:55 ` [for-next][PATCH 4/9] rtla: Unify apply_config between top and hist Steven Rostedt
2025-03-26 14:55 ` [for-next][PATCH 5/9] rtla/osnoise: Set OSNOISE_WORKLOAD to true Steven Rostedt
2025-03-26 14:55 ` [for-next][PATCH 6/9] rtla: Always set all tracer options Steven Rostedt
2025-03-26 14:55 ` [for-next][PATCH 7/9] rtla/tests: Reset osnoise options before check Steven Rostedt
2025-03-26 14:55 ` [for-next][PATCH 8/9] rtla/tests: Test setting default options Steven Rostedt
2025-03-26 14:55 ` [for-next][PATCH 9/9] rtla: Add the ability to create ctags and etags Steven Rostedt

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