[GIT PULL] tracing/tools: Updates for 6.4

From: Steven Rostedt
Date: Thu Apr 27 2023 - 18:47:26 EST




Linus,

tracing/tools: Updates for 6.4

- Add auto-analysis only option to rtla/timerlat
Add an --aa-only option to the tooling to perform only the auto analysis
and not to parse and format the data.

- Other minor fixes and clean ups


Please pull the latest trace-tools-v6.4 tree, which can be found at:


git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
trace-tools-v6.4

Tag SHA1: 7dbb2068408e2410521723eff538c39bb9ea67c0
Head SHA1: 82253a271aae9271fcf0aaa5e0ecc6dd38fb872b


Colin Ian King (2):
rv: Fix addition on an uninitialized variable 'run'
rv: Remove redundant assignment to variable retval

Daniel Bristot de Oliveira (2):
rtla/timerlat: Add auto-analysis only option
rtla/timerlat: Fix "Previous IRQ" auto analysis' line

Rong Tao (1):
rtla: Add .gitignore file

----
Documentation/tools/rtla/common_timerlat_aa.rst | 7 ++++
kernel/trace/rv/rv.c | 2 -
tools/tracing/rtla/.gitignore | 1 +
tools/tracing/rtla/src/timerlat_aa.c | 2 +-
tools/tracing/rtla/src/timerlat_top.c | 49
++++++++++++++++++++++--- tools/verification/rv/src/rv.c |
2 +- 6 files changed, 54 insertions(+), 9 deletions(-)
create mode 100644 tools/tracing/rtla/.gitignore
---------------------------