All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ingo Molnar <mingo@kernel.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Jiri Olsa <jolsa@kernel.org>, Namhyung Kim <namhyung@kernel.org>,
	linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
	Arnaldo Carvalho de Melo <acme@kernel.org>,
	James Clark <james.clark@arm.com>,
	John Garry <john.garry@huawei.com>,
	Tiezhu Yang <yangtiezhu@loongson.cn>,
	Arnaldo Carvalho de Melo <acme@redhat.com>
Subject: [GIT PULL] perf tools changes for v5.11, 2nd batch
Date: Thu, 24 Dec 2020 15:56:33 -0300	[thread overview]
Message-ID: <20201224185633.514066-1-acme@kernel.org> (raw)

Hi Linus,

	Please consider pulling,

Best regards,

- Arnaldo

The following changes since commit 58cf05f597b03a8212d9ecf2c79ee046d3ee8ad9:

  Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound (2020-12-23 15:11:08 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-tools-2020-12-24

for you to fetch changes up to 5149303fdfe5c67ddb51c911e23262f781cd75eb:

  perf probe: Fix memory leak when synthesizing SDT probes (2020-12-24 10:52:10 -0300)

----------------------------------------------------------------
perf tools changes for v5.11, 2nd batch:

- Refactor 'perf stat' per CPU/socket/die/thread aggregation fixing use
  cases in ARM machines.

- Fix memory leak when synthesizing SDT probes in 'perf probe'.

- Update kernel header copies related to KVM, epol_pwait, msr-index and
  powerpc and s390 syscall tables.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

Test results in the signed tag at:

https://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git/tag/?h=perf-tools-2020-12-24

----------------------------------------------------------------

Arnaldo Carvalho de Melo (8):
      tools headers UAPI: Update epoll_pwait2 affected files
      tools headers cpufeatures: Sync with the kernel sources
      tools arch x86: Sync the msr-index.h copy with the kernel sources
      tools headers UAPI: Sync kvm.h headers with the kernel sources
      tools headers UAPI: Sync KVM's vmx.h header with the kernel sources
      tools kvm headers: Update KVM headers from the kernel sources
      tools headers UAPI: Synch KVM's svm.h header with the kernel
      perf probe: Fix memory leak when synthesizing SDT probes

James Clark (12):
      perf tests: Improve topology test to check all aggregation types
      perf cpumap: Use existing allocator to avoid using malloc
      perf cpumap: Add new struct for cpu aggregation
      perf stat: Replace aggregation ID with a struct
      perf cpumap: Add new map type for aggregation
      perf cpumap: Drop in cpu_aggr_map struct
      perf stat aggregation: Start using cpu_aggr_id in map
      perf stat aggregation: Add separate node member
      perf stat aggregation: Add separate socket member
      perf stat aggregation: Add separate die member
      perf stat aggregation: Add separate core member
      perf stat aggregation: Add separate thread member

Tiezhu Yang (4):
      perf powerpc: Move syscall.tbl check to check-headers.sh
      perf s390: Move syscall.tbl check into check-headers.sh
      perf tools: Update powerpc's syscall.tbl copy from the kernel sources
      perf tools: Update s390's syscall.tbl copy from the kernel sources

 tools/arch/arm64/include/uapi/asm/kvm.h            |   3 -
 tools/arch/x86/include/asm/cpufeatures.h           |   2 +
 tools/arch/x86/include/asm/msr-index.h             |   1 +
 tools/arch/x86/include/uapi/asm/kvm.h              |   1 +
 tools/arch/x86/include/uapi/asm/svm.h              |  28 ++
 tools/arch/x86/include/uapi/asm/vmx.h              |   2 +
 tools/include/uapi/asm-generic/unistd.h            |   4 +-
 tools/include/uapi/linux/kvm.h                     |  56 ++-
 tools/perf/arch/powerpc/Makefile                   |   7 -
 tools/perf/arch/powerpc/entry/syscalls/syscall.tbl |  26 +-
 tools/perf/arch/s390/Makefile                      |   4 -
 tools/perf/arch/s390/entry/syscalls/syscall.tbl    | 396 ++++++++++++---------
 tools/perf/arch/x86/entry/syscalls/syscall_64.tbl  |   1 +
 tools/perf/builtin-stat.c                          | 128 +++----
 tools/perf/check-headers.sh                        |   2 +
 tools/perf/tests/topology.c                        |  64 +++-
 tools/perf/trace/beauty/tracepoints/x86_msr.sh     |   2 +-
 tools/perf/util/cpumap.c                           | 171 ++++++---
 tools/perf/util/cpumap.h                           |  55 +--
 tools/perf/util/probe-file.c                       |  13 +-
 tools/perf/util/stat-display.c                     | 102 +++---
 tools/perf/util/stat.c                             |   2 +-
 tools/perf/util/stat.h                             |   9 +-
 23 files changed, 688 insertions(+), 391 deletions(-)

             reply	other threads:[~2020-12-24 18:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-24 18:56 Arnaldo Carvalho de Melo [this message]
2020-12-25 19:09 ` [GIT PULL] perf tools changes for v5.11, 2nd batch pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201224185633.514066-1-acme@kernel.org \
    --to=acme@kernel.org \
    --cc=acme@redhat.com \
    --cc=james.clark@arm.com \
    --cc=john.garry@huawei.com \
    --cc=jolsa@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-perf-users@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=namhyung@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=torvalds@linux-foundation.org \
    --cc=yangtiezhu@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.