diff options
author | Ingo Molnar <[email protected]> | 2017-07-30 11:51:30 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2017-07-31 10:30:06 -0300 |
commit | 8255e1efc193f110f1c9b8e40597a6c0c89fbedc (patch) | |
tree | 3d1f1de26f2201db0a7330dbfd05b905a73a9bc4 /tools/perf/scripts/python/stackcollapse.py | |
parent | c59796d53b1c96fd8a0a63119820fb81e06e4aa4 (diff) |
perf build: Clarify open-coded header version warning message
In this patch we changed the header checks:
perf build: Clarify header version warning message
Unfortunately the header checks were copied to various places and thus the message got
out of sync. Fix some of them here.
Note that there's still old, misleading messages remaining in:
tools/objtool/Makefile: || echo "warning: objtool: x86 instruction decoder differs from kernel" >&2 )) || true
tools/objtool/Makefile: || echo "warning: objtool: orc_types.h differs from kernel" >&2 )) || true
here objtool copied the perf message, plus:
tools/perf/util/intel-pt-decoder/Build: || echo "Warning: Intel PT: x86 instruction decoder differs from kernel" >&2 )) || true
here the PT code regressed over the original message and only emits a vague warning
instead of specific file names...
All of this should be consolidated into tools/Build/ and used in a consistent
manner.
Signed-off-by: Ingo Molnar <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: David Ahern <[email protected]>
Cc: David Carrillo-Cisneros <[email protected]>
Cc: Francis Deslauriers <[email protected]>
Cc: Geneviève Bastien <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Julien Desfossez <[email protected]>
Cc: Martin Liška <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Cc: Milian Wolff <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Turner <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Simon Que <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Taeung Song <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions