[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAADWXX_mJr=hDkOWne831Fcm+wRxRnh9VvD2AMJJ5fStodyAgw@mail.gmail.com>
Date: Wed, 18 Sep 2024 15:12:49 +0200
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Ingo Molnar <mingo@...nel.org>
Cc: linux-kernel@...r.kernel.org, Peter Zijlstra <peterz@...radead.org>,
Arnaldo Carvalho de Melo <acme@...hat.com>, Jiri Olsa <jolsa@...hat.com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>, Mark Rutland <mark.rutland@....com>,
Namhyung Kim <namhyung@...nel.org>, linux-perf-users@...r.kernel.org
Subject: Re: [GIT PULL] Performance events changes for v6.12
On Wed, Sep 18, 2024 at 2:45 PM Ingo Molnar <mingo@...nel.org> wrote:
>
> arch/x86/events/core.c | 63 +++++++++++++++++++
> arch/x86/events/intel/bts.c | 3 -
[...]
> kernel/events/core.c | 586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------
> kernel/events/uprobes.c | 505 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------
You seem to be cutting-and-pasting your diffstats from a *very* wide
terminal window, resulting in a very messy diffstat result.
Please either pipe the git request-pull output to some tool (I suggest
just piping to 'xsel' or similar that does the 'cut' part for you, but
anything works - you can just do "| cat" to make the stdout not be the
terminal).
Or just use "--stat=80" to set the output width to a fixed sane thing,
instead of that insane 250+ character window width that it seems you
are using and that causes those overlong diffstat lines and makes it
all hard to read.
Linus
Powered by blists - more mailing lists