lkml.org 
[lkml]   [2013]   [Dec]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 28/28] perf tools: Add udis86 disassembler feature check
On Wed, Dec 04, 2013 at 03:50:24PM -0300, Arnaldo Carvalho de Melo wrote:
> Em Tue, Dec 03, 2013 at 02:09:42PM +0100, Jiri Olsa escreveu:
> > Adding udis86 disassembler feature check which support
> > is needed for kvm:kvm_emulate_insn tracepoint.
> >
> > +$(call feature_check,udis86)
> > +ifeq ($(feature-udis86), 1)
> > + LIBTRACEEVENT_CFLAGS += -DHAVE_UDIS86
> > + EXTLIBS += -ludis86
> > +else
> > + msg := $(warning No udis86 support.);
> > +endif
>
> That is really an incomplete message, what package should I install?
> Perhaps we should add this there then:
>
> http://bit.ly/1hyrN52

nice :-)

>
> Wow, that was easy, but yeah, could be made easier 8-) ;-P

so something like:
No udis86 found. Please install udis86-devel.

or:
No udis86 found, disabling kvm tracepoints instruction disassembly. Please install udis86-devel.

jirka


\
 
 \ /
  Last update: 2013-12-05 09:41    [W:0.144 / U:0.176 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site