[GIT PULL] perf tools fixes for v6.1: 2nd batch

From: Arnaldo Carvalho de Melo
Date: Thu Nov 10 2022 - 12:29:01 EST


Hi Linus,

Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit 59f2f4b8a757412fce372f6d0767bdb55da127a8:

fs/userfaultfd: Fix maple tree iterator in userfaultfd_unregister() (2022-11-07 12:58:26 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-fixes-for-v6.1-2-2022-11-10

for you to fetch changes up to 94d957ae513fc420d0a5a9bac815eb49ffebb56f:

perf tools: Add the include/perf/ directory to .gitignore (2022-11-08 18:54:41 -0300)

----------------------------------------------------------------
perf tools fixes for v6.1: 2nd batch

- Fix 'perf stat' crash with --per-node --metric-only in CSV mode, due
to the AGGR_NODE slot in the 'aggr_header_csv' array not being set.

- Fix printing prefix in CSV output of 'perf stat' metrics in interval
mode (-I), where an extra separator was being added to the start of
some lines.

- Fix skipping branch stack sampling 'perf test' entry, that was using
both --branch-any and --branch-filter, which can't be used together.

Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>

----------------------------------------------------------------
Athira Rajeev (1):
perf stat: Fix printing os->prefix in CSV metrics output

Donglin Peng (1):
perf tools: Add the include/perf/ directory to .gitignore

James Clark (1):
perf test: Fix skipping branch stack sampling test

Namhyung Kim (1):
perf stat: Fix crash with --per-node --metric-only in CSV mode

tools/perf/.gitignore | 1 +
tools/perf/tests/shell/test_brstack.sh | 5 ++++-
tools/perf/util/parse-branch-options.c | 4 +++-
tools/perf/util/stat-display.c | 6 ++++--
4 files changed, 12 insertions(+), 4 deletions(-)