Re: [GIT PULL 0/6] perf/urgent fixes

From: Ingo Molnar
Date: Fri Dec 06 2019 - 02:57:09 EST



* Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:

> Hi Ingo/Thomas,
>
> Please consider pulling,
>
> Best regards,
>
> - Arnaldo
>
> Test results at the end of this message, as usual.
>
> The following changes since commit 9f58c93efdffc2cba91fdcee010b3e5e8860334d:
>
> Merge tag 'perf-core-for-mingo-5.5-20191203' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2019-12-04 08:49:52 +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-5.5-20191205
>
> for you to fetch changes up to fd9bee5e24141d00e23b66d1b51bc759efa7e3fe:
>
> tools headers UAPI: Update tools's copy of drm.h headers (2019-12-04 16:22:38 -0300)
>
> ----------------------------------------------------------------
> perf inject:
>
> Adrian Hunter:
>
> - Fix processing of ID index for injected instruction tracing
>
> perf report:
>
> Ravi Bangoria:
>
> - Replace pr_err() with ui__error(), so that we can see the output
> in the TUI mode instead of showing and immediately restoring the
> screen to the state before perf was started.
>
> - Don't start --mem-mode/--branch-mode mode if required samples are not
> available.
>
> tools headers UAPI:
>
> Arnaldo Carvalho de Melo:
>
> - Sync drm/i915_drm.h with the kernel sources
>
> - Update tools's copy of drm.h headers.
>
> Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
>
> ----------------------------------------------------------------
> Adrian Hunter (1):
> perf inject: Fix processing of ID index for injected instruction tracing
>
> Arnaldo Carvalho de Melo (2):
> tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
> tools headers UAPI: Update tools's copy of drm.h headers
>
> Ravi Bangoria (3):
> perf report/top TUI: Replace pr_err() with ui__error()
> perf report: Make -F more strict like -s
> perf report: Bail out --mem-mode if mem info is not available
>
> tools/include/uapi/drm/drm.h | 3 +-
> tools/include/uapi/drm/i915_drm.h | 128 +++++++++++++++++++++++++++++++++++++-
> tools/perf/builtin-inject.c | 13 +---
> tools/perf/builtin-report.c | 8 +++
> tools/perf/util/sort.c | 16 +++--
> 5 files changed, 147 insertions(+), 21 deletions(-)

Pulled, thanks a lot Arnaldo!

JFYI, on my system the default perf/urgent build still has this noise
generated by util/parse-events.y and util/expr.y:

util/parse-events.y:1.1-12: warning: deprecated directive, use â%define api.pureâ [-Wdeprecated]
1 | %pure-parser
| ^~~~~~~~~~~~
util/parse-events.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]
util/expr.y:15.1-12: warning: deprecated directive, use â%define api.pureâ [-Wdeprecated]
15 | %pure-parser
| ^~~~~~~~~~~~
util/expr.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother]


Thanks,

Ingo