[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180410052327.cc3gbojz3he55ncg@gmail.com>
Date: Tue, 10 Apr 2018 07:23:27 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Clark Williams <williams@...hat.com>, linux-kernel@...r.kernel.org,
linux-perf-users@...r.kernel.org,
Adrian Hunter <adrian.hunter@...el.com>,
Andi Kleen <ak@...ux.intel.com>,
Chris Wilson <chris@...is-wilson.co.uk>,
David Ahern <dsahern@...il.com>,
Jin Yao <yao.jin@...ux.intel.com>,
Jiri Olsa <jolsa@...hat.com>,
Joonas Lahtinen <joonas.lahtinen@...ux.intel.com>,
Kan Liang <kan.liang@...el.com>,
Lionel Landwerlin <lionel.g.landwerlin@...el.com>,
Namhyung Kim <namhyung@...nel.org>,
"Naveen N . Rao" <naveen.n.rao@...ux.vnet.ibm.com>,
Sandipan Das <sandipan@...ux.vnet.ibm.com>,
Tvrtko Ursulin <tvrtko.ursulin@...el.com>,
Wang Nan <wangnan0@...wei.com>,
Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: Re: [GIT PULL 00/13] perf/urgent fixes
* Arnaldo Carvalho de Melo <acme@...nel.org> wrote:
> Hi Ingo,
>
> Please consider pulling,
>
> - Arnaldo
>
>
> Test results at the end of this message, as usual.
>
> The following changes since commit d1e7e602cd64cf61f87dbf30df07c24df9eb1d99:
>
> perf/x86/intel: Move regs->flags EXACT bit init (2018-04-05 09:28:40 +0200)
>
> 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.17-20180409
>
> for you to fetch changes up to fcbd8fa44664e99a5d8c7ab97f1afdd82472f973:
>
> perf tests clang: Fix function name for clang IR test (2018-04-09 11:13:09 -0300)
>
> ----------------------------------------------------------------
> perf/urgent fixes:
>
> . Fix the --stdio2/TUI annotate output to include group details,
> be it for a recorded '{a,b,f}' explicit event group or when
> forcing group display using 'perf report --group' for a set of
> events not recorded as a group (Arnaldo Carvalho de Melo)
>
> . Fix display artifacts in the ui browser (base class for the
> annotate and main report/top TUI browser) related to the extra
> title lines work (Arnaldo Carvalho de Melo)
>
> . perf auxtrace refactorings, leftovers from a previously partially
> processed patchset (Adrian Hunter)
>
> . Fix the builtin clang build (Sandipan Das, Arnaldo Carvalho de Melo)
>
> - Synchronize i915_drm.h, silencing a perf build warning and
> in the process automagically adding support for a new ioctl
> command (Arnaldo Carvalho de Melo)
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
>
> ----------------------------------------------------------------
> Adrian Hunter (2):
> perf auxtrace: Make auxtrace_queues__add_buffer() allocate struct buffer
> perf auxtrace: Make auxtrace_queues__add_buffer() do CPU filtering
>
> Arnaldo Carvalho de Melo (8):
> perf annotate: Show group details on the title line
> perf annotate browser: Fixup vertical line separating metrics from instructions
> perf ui browser: Fixup cleaning unused lines at the bottom
> perf report: Remove duplicated 'samples' in lost samples warning
> tools headers uapi: Synchronize i915_drm.h
> perf hists browser: Show extra_title_lines in the 'D' debug hotkey
> perf hists browser: Remove leftover from row returned from refresh
> perf tools: No need to include namespaces.h in util.h
>
> Sandipan Das (3):
> perf tools: Fix perf builds with clang support
> perf clang: Add support for recent clang versions
> perf tests clang: Fix function name for clang IR test
>
> tools/include/uapi/drm/i915_drm.h | 112 +++++++++++++++++++++++++++++++++++--
> tools/perf/Makefile.perf | 3 +-
> tools/perf/ui/browser.c | 4 +-
> tools/perf/ui/browsers/annotate.c | 2 +-
> tools/perf/ui/browsers/hists.c | 13 ++---
> tools/perf/util/annotate.c | 7 ++-
> tools/perf/util/auxtrace.c | 72 +++++++++++-------------
> tools/perf/util/c++/clang-test.cpp | 2 +-
> tools/perf/util/c++/clang.cpp | 11 +++-
> tools/perf/util/session.c | 2 +-
> tools/perf/util/util.h | 4 +-
> 11 files changed, 169 insertions(+), 63 deletions(-)
Pulled, thanks a lot Arnaldo!
Ingo
Powered by blists - more mailing lists