From: Arnaldo Carvalho de Melo Date: Mon, 8 Jun 2020 14:38:11 +0000 (-0300) Subject: perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argument X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5d33cbfedb51f73283f5f995b27e4aecdd614abc;p=linux.git perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argument Introduced in: fa2fcf4f1df1 ("statx: add mount ID") Cc: Adrian Hunter Cc: Jiri Olsa Cc: Miklos Szeredi Cc: Namhyung Kim Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/trace/beauty/statx.c b/tools/perf/trace/beauty/statx.c index 811cc0eeb2d58..110f0c609d840 100644 --- a/tools/perf/trace/beauty/statx.c +++ b/tools/perf/trace/beauty/statx.c @@ -65,6 +65,7 @@ size_t syscall_arg__scnprintf_statx_mask(char *bf, size_t size, struct syscall_a P_FLAG(SIZE); P_FLAG(BLOCKS); P_FLAG(BTIME); + P_FLAG(MNT_ID); #undef P_FLAG