diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2018-12-11 10:26:13 -0300 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-12-18 12:23:56 -0300 |
| commit | 5a1cb7edfbf6ee8087b75d32461775501213a8e9 (patch) | |
| tree | 0d657e8f7195b03edc0cba639c7fd428db670cf3 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | bdc2a9d64a4c4c77c63ce2561bd644d233fcb1fc (diff) | |
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 <[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/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions