[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240320193115.811899-1-acme@kernel.org>
Date: Wed, 20 Mar 2024 16:31:10 -0300
From: Arnaldo Carvalho de Melo <acme@...nel.org>
To: Ian Rogers <irogers@...gle.com>
Cc: Jiri Olsa <jolsa@...nel.org>,
Namhyung Kim <namhyung@...nel.org>,
Adrian Hunter <adrian.hunter@...el.com>,
linux-kernel@...r.kernel.org,
linux-perf-users@...r.kernel.org,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [PATCH 0/5] More perf trace syscall pretty printing improvements
From: Arnaldo Carvalho de Melo <acme@...hat.com>
Hi,
Here are some more improvements for 'perf trace', please review,
Thanks,
- Arnaldo
Arnaldo Carvalho de Melo (5):
perf beauty: Introduce scrape script for various fs syscalls 'flags' arguments
perf beauty: Introduce scrape script for the 'statx' syscall 'mask' argument
perf beauty: Introduce faccessat2 flags scnprintf routine
perf trace: Beautify the 'flags' arg of unlinkat
perf trace: Fix 'newfstatat'/'fstatat' argument pretty printing
tools/perf/Makefile.perf | 14 ++
tools/perf/builtin-trace.c | 22 +-
tools/perf/check-headers.sh | 2 +
tools/perf/trace/beauty/Build | 1 +
tools/perf/trace/beauty/beauty.h | 7 +-
tools/perf/trace/beauty/fs_at_flags.c | 50 +++++
tools/perf/trace/beauty/fs_at_flags.sh | 21 ++
.../trace/beauty/include/uapi/linux/fcntl.h | 123 +++++++++++
.../trace/beauty/include/uapi/linux/stat.h | 195 ++++++++++++++++++
tools/perf/trace/beauty/statx.c | 77 +------
tools/perf/trace/beauty/statx_mask.sh | 23 +++
11 files changed, 458 insertions(+), 77 deletions(-)
create mode 100644 tools/perf/trace/beauty/fs_at_flags.c
create mode 100755 tools/perf/trace/beauty/fs_at_flags.sh
create mode 100644 tools/perf/trace/beauty/include/uapi/linux/fcntl.h
create mode 100644 tools/perf/trace/beauty/include/uapi/linux/stat.h
create mode 100755 tools/perf/trace/beauty/statx_mask.sh
--
2.44.0
Powered by blists - more mailing lists