linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] More perf trace syscall pretty printing improvements
@ 2024-03-20 19:31 Arnaldo Carvalho de Melo
  2024-03-20 19:31 ` [PATCH 1/5] perf beauty: Introduce scrape script for various fs syscalls 'flags' arguments Arnaldo Carvalho de Melo
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Arnaldo Carvalho de Melo @ 2024-03-20 19:31 UTC (permalink / raw)
  To: Ian Rogers
  Cc: Jiri Olsa, Namhyung Kim, Adrian Hunter, linux-kernel,
	linux-perf-users, Arnaldo Carvalho de Melo

From: Arnaldo Carvalho de Melo <acme@redhat.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


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

end of thread, other threads:[~2024-03-21 13:35 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-20 19:31 [PATCH 0/5] More perf trace syscall pretty printing improvements Arnaldo Carvalho de Melo
2024-03-20 19:31 ` [PATCH 1/5] perf beauty: Introduce scrape script for various fs syscalls 'flags' arguments Arnaldo Carvalho de Melo
2024-03-21  1:47   ` Ian Rogers
2024-03-21 13:35     ` Arnaldo Carvalho de Melo
2024-03-20 19:31 ` [PATCH 2/5] perf beauty: Introduce scrape script for the 'statx' syscall 'mask' argument Arnaldo Carvalho de Melo
2024-03-21  1:49   ` Ian Rogers
2024-03-20 19:31 ` [PATCH 3/5] perf beauty: Introduce faccessat2 flags scnprintf routine Arnaldo Carvalho de Melo
2024-03-21  1:50   ` Ian Rogers
2024-03-20 19:31 ` [PATCH 4/5] perf trace: Beautify the 'flags' arg of unlinkat Arnaldo Carvalho de Melo
2024-03-21  1:50   ` Ian Rogers
2024-03-20 19:31 ` [PATCH 5/5] perf trace: Fix 'newfstatat'/'fstatat' argument pretty printing Arnaldo Carvalho de Melo
2024-03-21  1:50   ` Ian Rogers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).