[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220529130917.06df783b@rorschach.local.home>
Date: Sun, 29 May 2022 13:09:17 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>,
Daniel Bristot de Oliveira <bristot@...nel.org>,
John Kacur <jkacur@...hat.com>,
Wan Jiabing <wanjiabing@...o.com>
Subject: [GIT PULL] tracing tools: Updates for 5.19
Linus,
[ You did tell me that you prefer the tools to be a separate pull
request than the kernel changes.]
Updates to Real Time Linux Analysis tool for 5.19:
Various clean ups and fixes.
Please pull the latest trace-tools-v5.19 tree, which can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
trace-tools-v5.19
Tag SHA1: 70796e161d97186eb56dd830a504d3ab154b283d
Head SHA1: dada03db9bb1984826e61cfcf1418ac73848324d
Daniel Bristot de Oliveira (3):
rtla/Makefile: Properly handle dependencies
rtla: Fix __set_sched_attr error message
rtla: Remove procps-ng dependency
John Kacur (2):
rtla: Don't overwrite existing directory mode
rtla: Minor grammar fix for rtla README
Wan Jiabing (1):
rtla: Avoid record NULL pointer dereference
----
Documentation/tools/rtla/Makefile | 14 ++++-
tools/tracing/rtla/Makefile | 40 +++++++++++-
tools/tracing/rtla/README.txt | 13 ++--
tools/tracing/rtla/src/osnoise_hist.c | 5 +-
tools/tracing/rtla/src/osnoise_top.c | 9 +--
tools/tracing/rtla/src/timerlat_hist.c | 11 ++--
tools/tracing/rtla/src/timerlat_top.c | 11 ++--
tools/tracing/rtla/src/utils.c | 108 ++++++++++++++++++++++++++-------
tools/tracing/rtla/src/utils.h | 3 +-
9 files changed, 164 insertions(+), 50 deletions(-)
---------------------------
Powered by blists - more mailing lists