Re: [PATCH 47/61] perf c2c report: Add cacheline browser

From: Kim Phillips
Date: Wed Sep 21 2016 - 15:35:45 EST


On Wed, 21 Sep 2016 14:55:40 +0200
Jiri Olsa <jolsa@xxxxxxxxxx> wrote:

> On Wed, Sep 21, 2016 at 10:21:55AM +0200, Jiri Olsa wrote:
> > On Tue, Sep 20, 2016 at 03:10:07PM -0500, Kim Phillips wrote:
> > > this fails to build on systems without slang:
> > >
> > > CC builtin-c2c.o
> > > builtin-c2c.c: In function âperf_c2c__browse_cachelineâ:
> > > builtin-c2c.c:2211:2: error: implicit declaration of function âSLang_reset_ttyâ [-Werror=implicit-function-declaration]
> > > SLang_reset_tty();
> >
> > will fix, thanks
>
> fixed branch pushed in perf/c2c_v4

that works much better, thanks.

Kim