diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2019-03-27 10:16:43 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2019-04-01 14:49:24 -0300 |
commit | b64f1cc6d02ce92f7752545c0bd82dc052013167 (patch) | |
tree | fccab1a7a1721ec4601f75cf366bf44f2e87f23b /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 59f3bd7802d3ff7e6ddcce600f361bed288a97dd (diff) |
perf trace beauty renameat: No need to include linux/fs.h
There is no use for what is in that file, as everything is
built by the tools/perf/trace/beauty/rename_flags.sh script from
the copied kernel headers, the end result being:
$ cat /tmp/build/perf/trace/beauty/generated/rename_flags_array.c
static const char *rename_flags[] = {
[0 + 1] = "NOREPLACE",
[1 + 1] = "EXCHANGE",
[2 + 1] = "WHITEOUT",
};
$
I.e. no use of any defines from uapi/linux/fs.h
Cc: Adrian Hunter <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Link: https://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions