diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2018-12-18 11:54:31 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2018-12-18 16:17:41 -0300 |
commit | 42337cb768ad9536150603b206acd6bbd320e75e (patch) | |
tree | 65e7d6a584b95f85c8828bab0a69dae0f5f271c3 /scripts/gcc-plugins/cyc_complexity_plugin.c | |
parent | 069c1c6cc3646454f9c8e83084a25f8eb8cab7ae (diff) |
perf trace: Wire up the fadvise 'advice' table generator
That ends up generating this:
$ cat /tmp/build/perf/trace/beauty/generated/fadvise_advice_array.c
static const char *fadvise_advices[] = {
[0] = "NORMAL",
[1] = "RANDOM",
[2] = "SEQUENTIAL",
[3] = "WILLNEED",
[4] = "DONTNEED",
[5] = "NOREUSE",
};
$
Cc: Adrian Hunter <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Luis Cláudio Gonçalves <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Wang Nan <[email protected]>
Link: https://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'scripts/gcc-plugins/cyc_complexity_plugin.c')
0 files changed, 0 insertions, 0 deletions