Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1554830

Re: [PATCH 1/4] perf, tools: Add probing for xed

From Andi Kleen <andi@firstfloor.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/4] perf, tools: Add probing for xed
Date 2017-01-10 02:00 +0100
Message-ID <sXSX7-2HO-1@gated-at.bofh.it> (permalink)
References <sVtgu-40T-15@gated-at.bofh.it> <sVtgu-40T-37@gated-at.bofh.it> <sXmDT-7xs-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Sun, Jan 08, 2017 at 03:20:11PM +0100, Jiri Olsa wrote:
> On Tue, Jan 03, 2017 at 01:00:26AM -0800, Andi Kleen wrote:
> 
> SNIP
> 
> > diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config
> > index 76c84f0eec52..41cc34ce81f8 100644
> > --- a/tools/perf/Makefile.config
> > +++ b/tools/perf/Makefile.config
> > @@ -682,6 +682,11 @@ ifndef NO_ZLIB
> >    endif
> >  endif
> >  
> > +ifeq ($(feature-xed), 1)
> > +  EXTLIBS += -lxed
> > +  $(call detected,CONFIG_XED)
> > +endif
> 
> so when this is installed through sources it will end up
> installed in some separated location, please add some
> directories setup we use for babletrace (LIBBABELTRACE_DIR)

xed was fixed to support installation in /usr/local
(mfile prefix=/usr/local install

But will add it

-Andi

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Re: [PATCH 1/4] perf, tools: Add probing for xed Jiri Olsa <jolsa@redhat.com> - 2017-01-08 15:30 +0100
  Re: [PATCH 1/4] perf, tools: Add probing for xed Andi Kleen <andi@firstfloor.org> - 2017-01-10 02:00 +0100

csiph-web