From: Ingo Molnar <mingo@kernel.org>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Clark Williams <williams@redhat.com>,
linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org,
Adrian Hunter <adrian.hunter@intel.com>,
Alexander Shishkin <alexander.shishkin@linux.intel.com>,
Alexei Starovoitov <ast@kernel.org>,
Andi Kleen <ak@linux.intel.com>,
Daniel Borkmann <daniel@iogearbox.net>,
David Ahern <dsahern@gmail.com>,
Edward Cree <ecree@solarflare.com>,
Guenter Roeck <linux@roeck-us.net>,
Gustavo Romero <gromero@linux.vnet.ibm.com>,
Heiko Carstens <heiko.carstens@de.ibm.com>,
Hendrik Brueckner <brueckner@linux.ibm.com>,
Jin Yao <yao.jin@linux.intel.com>, Jiri Olsa <jolsa@redhat.com>,
Kan Liang <kan.liang@linux.intel.com>,
Martin KaFai Lau <kafai@fb.com>,
Martin Schwidefsky <schwidefsky@de.ibm.com>,
Namhyung Kim <namhyun>
Subject: Re: [GIT PULL 00/18] perf/urgent improvements and fixes
Date: Tue, 6 Nov 2018 20:06:30 +0100 [thread overview]
Message-ID: <20181106190630.GA39226@gmail.com> (raw)
In-Reply-To: <20181106120612.8262-1-acme@kernel.org>
* Arnaldo Carvalho de Melo <acme@kernel.org> wrote:
> Hi Ingo,
>
> Please consider pulling, mostly fixes, some late coming
> improvements in non-core areas,
>
> - Arnaldo
>
> Test results at the end of this message, as usual.
>
> The following changes since commit 29995d296e3e9ce4f9767963ecbef143ade26c36:
>
> Merge tag 'perf-urgent-for-mingo-4.20-20181031' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2018-10-31 22:53:40 +0100)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo-4.20-20181106
>
> for you to fetch changes up to 8e88c29b351ed4e09dd63f825f1c8260b0cb0ab3:
>
> perf tools: Do not zero sample_id_all for group members (2018-11-06 08:29:56 -0300)
>
> ----------------------------------------------------------------
> perf/urgent improvements and fixes:
>
> Intel PT sql viewer: (Adrian Hunter)
>
> - Fall back to /usr/local/lib/libxed.so
> - Add Selected branches report
> - Add help window
> - Fix table find when table re-ordered
>
> Intel PT debug log (Adrian Hunter)
>
> - Add more event information
> - Add MTC and CYC timestamps
>
> perf record: (Andi Kleen)
>
> - Support weak groups, just like with 'perf stat'
>
> perf trace: (Arnaldo Carvalho de Melo)
>
> - Start augmenting raw_syscalls:{sys_enter,sys_exit}: goal is to have a
> generic, arch independent eBPF kernel component that is programmed with
> syscall table details, what to copy, how many bytes, pid, arg filters from the
> userspace via eBPF maps by the 'perf trace' tool that continues to use all its
> argument beautifiers, just taking advantage of the extra pointer contents.
>
> JVMTI: (Gustavo Romero)
>
> - Fix undefined symbol scnprintf in libperf-jvmti.so
>
> perf top: (Jin Yao)
>
> - Display the LBR stats in callchain entries
>
> perf stat: (Thomas Richter)
>
> - Handle different PMU names with common prefix
>
> arm64: Will (Deacon)
>
> - Fix arm64 tools build failure wrt smp_load_{acquire,release}.
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
>
> ----------------------------------------------------------------
> Adrian Hunter (6):
> perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libxed.so
> perf scripts python: exported-sql-viewer.py: Add Selected branches report
> perf scripts python: exported-sql-viewer.py: Add help window
> perf scripts python: exported-sql-viewer.py: Fix table find when table re-ordered
> perf intel-pt: Add more event information to debug log
> perf intel-pt: Add MTC and CYC timestamps to debug log
>
> Andi Kleen (2):
> perf evlist: Move perf_evsel__reset_weak_group into evlist
> perf record: Support weak groups
>
> Arnaldo Carvalho de Melo (5):
> perf examples bpf: Start augmenting raw_syscalls:sys_{start,exit}
> perf trace: When augmenting raw_syscalls plug raw_syscalls:sys_exit too
> perf trace: Fix setting of augmented payload when using eBPF + raw_syscalls
> perf augmented_syscalls: Start collecting pathnames in the BPF program
> perf beauty: Use SRCARCH, ARCH=x86_64 must map to "x86" to find the headers
>
> Gustavo Romero (1):
> perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so
>
> Jin Yao (1):
> perf top: Display the LBR stats in callchain entry
>
> Jiri Olsa (1):
> perf tools: Do not zero sample_id_all for group members
>
> Thomas Richter (1):
> perf stat: Handle different PMU names with common prefix
>
> Will Deacon (1):
> tools headers barrier: Fix arm64 tools build failure wrt smp_load_{acquire,release}
>
> tools/arch/arm64/include/asm/barrier.h | 133 +++---
> tools/perf/Documentation/perf-list.txt | 1 -
> tools/perf/Makefile.perf | 2 +-
> tools/perf/builtin-record.c | 7 +-
> tools/perf/builtin-stat.c | 28 +-
> tools/perf/builtin-top.c | 3 +
> tools/perf/builtin-trace.c | 34 +-
> tools/perf/examples/bpf/augmented_raw_syscalls.c | 131 ++++++
> tools/perf/jvmti/jvmti_agent.c | 49 +-
> tools/perf/scripts/python/exported-sql-viewer.py | 493 ++++++++++++++++++++-
> tools/perf/tests/attr/test-record-group-sampling | 1 -
> tools/perf/util/evlist.c | 27 ++
> tools/perf/util/evlist.h | 3 +
> tools/perf/util/evsel.c | 1 -
> .../perf/util/intel-pt-decoder/intel-pt-decoder.c | 4 +
> tools/perf/util/intel-pt-decoder/intel-pt-log.c | 5 +
> tools/perf/util/intel-pt-decoder/intel-pt-log.h | 1 +
> tools/perf/util/intel-pt.c | 16 +-
> tools/perf/util/pmu.c | 2 +-
> 19 files changed, 820 insertions(+), 121 deletions(-)
> create mode 100644 tools/perf/examples/bpf/augmented_raw_syscalls.c
Pulled, thanks a lot Arnaldo!
Ingo
prev parent reply other threads:[~2018-11-06 19:06 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-06 12:05 [GIT PULL 00/18] perf/urgent improvements and fixes Arnaldo Carvalho de Melo
2018-11-06 12:05 ` [PATCH 01/18] tools headers barrier: Fix arm64 tools build failure wrt smp_load_{acquire,release} Arnaldo Carvalho de Melo
2018-11-06 12:05 ` [PATCH 02/18] perf examples bpf: Start augmenting raw_syscalls:sys_{start,exit} Arnaldo Carvalho de Melo
2018-11-06 12:05 ` [PATCH 03/18] perf trace: When augmenting raw_syscalls plug raw_syscalls:sys_exit too Arnaldo Carvalho de Melo
2018-11-06 12:05 ` [PATCH 04/18] perf trace: Fix setting of augmented payload when using eBPF + raw_syscalls Arnaldo Carvalho de Melo
2018-11-06 12:05 ` [PATCH 05/18] perf augmented_syscalls: Start collecting pathnames in the BPF program Arnaldo Carvalho de Melo
2018-11-06 12:06 ` [PATCH 06/18] perf evlist: Move perf_evsel__reset_weak_group into evlist Arnaldo Carvalho de Melo
2018-11-06 12:06 ` [PATCH 07/18] perf record: Support weak groups Arnaldo Carvalho de Melo
2018-11-06 12:06 ` [PATCH 08/18] perf stat: Handle different PMU names with common prefix Arnaldo Carvalho de Melo
2018-11-06 12:06 ` [PATCH 09/18] perf top: Display the LBR stats in callchain entry Arnaldo Carvalho de Melo
2018-11-06 12:06 ` [PATCH 10/18] perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libxed.so Arnaldo Carvalho de Melo
2018-11-06 12:06 ` [PATCH 11/18] perf scripts python: exported-sql-viewer.py: Add Selected branches report Arnaldo Carvalho de Melo
2018-11-06 12:06 ` [PATCH 12/18] perf scripts python: exported-sql-viewer.py: Add help window Arnaldo Carvalho de Melo
2018-11-06 12:06 ` [PATCH 13/18] perf scripts python: exported-sql-viewer.py: Fix table find when table re-ordered Arnaldo Carvalho de Melo
2018-11-06 12:06 ` [PATCH 14/18] perf intel-pt: Add more event information to debug log Arnaldo Carvalho de Melo
2018-11-06 12:06 ` [PATCH 15/18] perf intel-pt: Add MTC and CYC timestamps " Arnaldo Carvalho de Melo
2018-11-06 12:06 ` [PATCH 16/18] perf beauty: Use SRCARCH, ARCH=x86_64 must map to "x86" to find the headers Arnaldo Carvalho de Melo
2018-11-06 12:06 ` [PATCH 17/18] perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so Arnaldo Carvalho de Melo
2018-11-06 12:06 ` [PATCH 18/18] perf tools: Do not zero sample_id_all for group members Arnaldo Carvalho de Melo
2018-11-06 19:06 ` Ingo Molnar [this message]
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=20181106190630.GA39226@gmail.com \
--to=mingo@kernel.org \
--cc=acme@kernel.org \
--cc=adrian.hunter@intel.com \
--cc=ak@linux.intel.com \
--cc=alexander.shishkin@linux.intel.com \
--cc=ast@kernel.org \
--cc=brueckner@linux.ibm.com \
--cc=daniel@iogearbox.net \
--cc=dsahern@gmail.com \
--cc=ecree@solarflare.com \
--cc=gromero@linux.vnet.ibm.com \
--cc=heiko.carstens@de.ibm.com \
--cc=jolsa@redhat.com \
--cc=kafai@fb.com \
--cc=kan.liang@linux.intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-perf-users@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=schwidefsky@de.ibm.com \
--cc=williams@redhat.com \
--cc=yao.jin@linux.intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).