On Fri, Jun 27, 2014 at 04:15:57PM -0700, Andi Kleen wrote: > From: Andi Kleen <a...@linux.intel.com> > > Change pmu.c to allow descriptions of events and add interfaces > to add aliases at runtime from another file. To be used by jevents in the > next patch. > > Acked-by: Namhyung Kim <namhy...@kernel.org> > Signed-off-by: Andi Kleen <a...@linux.intel.com> > ---
SNIP > +} > + > +static int get_columns(void) > +{ > + /* > + * Should ask the terminal with TIOCGWINSZ here, but we > + * need the original fd before the pager. > + */ > + return 79; > } so this ^^^ gets removed by perf, tools: Query terminal width and use in perf list please move that patch ahead of this one jirka -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/