[for-next][PATCH 0/9] tracing/tools: Updates for v6.17

Steven Rostedt posted 9 patches 2 months, 2 weeks ago
.../tools/rtla/common_timerlat_options.rst         |  64 +++++
tools/tracing/rtla/src/Build                       |   1 +
tools/tracing/rtla/src/actions.c                   | 260 +++++++++++++++++++++
tools/tracing/rtla/src/actions.h                   |  52 +++++
tools/tracing/rtla/src/timerlat.bpf.c              |  13 +-
tools/tracing/rtla/src/timerlat.c                  |  24 +-
tools/tracing/rtla/src/timerlat.h                  |  24 +-
tools/tracing/rtla/src/timerlat_bpf.c              |  13 ++
tools/tracing/rtla/src/timerlat_bpf.h              |   3 +
tools/tracing/rtla/src/timerlat_hist.c             | 140 ++++++++---
tools/tracing/rtla/src/timerlat_top.c              | 165 ++++++++-----
tools/tracing/rtla/tests/engine.sh                 |  21 +-
tools/tracing/rtla/tests/hwnoise.t                 |   8 +-
tools/tracing/rtla/tests/osnoise.t                 |   4 +-
tools/tracing/rtla/tests/timerlat.t                |  36 ++-
15 files changed, 712 insertions(+), 116 deletions(-)
create mode 100644 tools/tracing/rtla/src/actions.c
create mode 100644 tools/tracing/rtla/src/actions.h
[for-next][PATCH 0/9] tracing/tools: Updates for v6.17
Posted by Steven Rostedt 2 months, 2 weeks ago
  git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
tools/for-next

Head SHA1: 2a5fb6af11b53ad89834747e6ef7147ee9a306df


Tomas Glozar (9):
      rtla/timerlat: Introduce enum timerlat_tracing_mode
      rtla/timerlat: Add action on threshold feature
      rtla/timerlat_bpf: Allow resuming tracing
      rtla/timerlat: Add continue action
      rtla/timerlat: Add action on end feature
      rtla/tests: Check rtla output with grep
      rtla/tests: Add tests for actions
      rtla/tests: Limit duration to maximum of 10s
      Documentation/rtla: Add actions feature

----
 .../tools/rtla/common_timerlat_options.rst         |  64 +++++
 tools/tracing/rtla/src/Build                       |   1 +
 tools/tracing/rtla/src/actions.c                   | 260 +++++++++++++++++++++
 tools/tracing/rtla/src/actions.h                   |  52 +++++
 tools/tracing/rtla/src/timerlat.bpf.c              |  13 +-
 tools/tracing/rtla/src/timerlat.c                  |  24 +-
 tools/tracing/rtla/src/timerlat.h                  |  24 +-
 tools/tracing/rtla/src/timerlat_bpf.c              |  13 ++
 tools/tracing/rtla/src/timerlat_bpf.h              |   3 +
 tools/tracing/rtla/src/timerlat_hist.c             | 140 ++++++++---
 tools/tracing/rtla/src/timerlat_top.c              | 165 ++++++++-----
 tools/tracing/rtla/tests/engine.sh                 |  21 +-
 tools/tracing/rtla/tests/hwnoise.t                 |   8 +-
 tools/tracing/rtla/tests/osnoise.t                 |   4 +-
 tools/tracing/rtla/tests/timerlat.t                |  36 ++-
 15 files changed, 712 insertions(+), 116 deletions(-)
 create mode 100644 tools/tracing/rtla/src/actions.c
 create mode 100644 tools/tracing/rtla/src/actions.h