]> asedeno.scripts.mit.edu Git - linux.git/commit
perf intel-pt: Improve build messages for files that differ from the kernel
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 21 Nov 2017 08:35:25 +0000 (10:35 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 29 Nov 2017 21:18:02 +0000 (18:18 -0300)
commitc2653297311612b0ead3b72b3629bfd963af2273
tree14b9e270b96af25faa5475532560fcfd15abfad0
parentf250b09c779550e4a7a412dae6d3ad34d5201019
perf intel-pt: Improve build messages for files that differ from the kernel

Print file names of files that differ. For example, instead of:

  Warning: Intel PT: x86 instruction decoder differs from kernel

print:

  Warning: Intel PT: x86 instruction decoder header at 'tools/perf/util/intel-pt-decoder/inat.h' differs from latest version at 'arch/x86/include/asm/inat.h'

Reported-by: Ingo Molnar <mingo@kernel.org>
Tested-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Link: http://lkml.kernel.org/r/1511253326-22308-2-git-send-email-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/intel-pt-decoder/Build