projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93dc627
)
perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argument
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Mon, 8 Jun 2020 14:38:11 +0000
(11:38 -0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Tue, 9 Jun 2020 15:40:03 +0000
(12:40 -0300)
Introduced in:
fa2fcf4f1df1
("statx: add mount ID")
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Miklos Szeredi <mszeredi@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/trace/beauty/statx.c
patch
|
blob
|
history
diff --git
a/tools/perf/trace/beauty/statx.c
b/tools/perf/trace/beauty/statx.c
index 811cc0eeb2d58e2675572c6894cfea3db33ca2cf..110f0c609d840eec5824158459c6fe34af897389 100644
(file)
--- 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