]> git.baikalelectronics.ru Git - kernel.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)
commit0e5d8d77ba714abee788583ad81ce4a8132aebf0
tree14b9e270b96af25faa5475532560fcfd15abfad0
parenta501e5c2058df311fb44341d8f0afc52fb211cfa
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