Re: [PATCH 2/9] perf, tools: Add support for text descriptions of events and alias add

From: Jiri Olsa
Date: Wed Jul 09 2014 - 18:19:53 EST


On Fri, Jun 27, 2014 at 04:15:57PM -0700, Andi Kleen wrote:
> From: Andi Kleen <ak@xxxxxxxxxxxxxxx>
>
> 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 <namhyung@xxxxxxxxxx>
> Signed-off-by: Andi Kleen <ak@xxxxxxxxxxxxxxx>
> ---

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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/