diff options
| author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2018-12-11 10:26:13 -0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2018-12-18 12:23:56 -0300 |
| commit | 5a1cb7edfbf6ee8087b75d32461775501213a8e9 (patch) | |
| tree | 0d657e8f7195b03edc0cba639c7fd428db670cf3 /tools/perf/builtin-trace.c | |
| parent | perf beauty: Add a string table generator for renameat2's flags constants (diff) | |
| download | linux-5a1cb7edfbf6ee8087b75d32461775501213a8e9.tar.gz linux-5a1cb7edfbf6ee8087b75d32461775501213a8e9.zip | |
perf beauty: Wire up the renameat flags table generator to the Makefile
Now when we run 'make -C tools/perf O=/tmp/build/perf' we end up with:
$ 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",
};
$
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: https://lkml.kernel.org/n/tip-4fad4xahrn04y06o0lc49clm@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-trace.c')
0 files changed, 0 insertions, 0 deletions
