Merge tag 'perf-urgent-for-mingo-5.6-20200303' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Wed, 4 Mar 2020 10:54:10 +0000 (11:54 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 4 Mar 2020 10:54:10 +0000 (11:54 +0100)
commitb95b4d5ef061806fde07a6a3255e6c07f4fed0d3
tree908d684770723714d9e3806de4ecd23231181666
parent8b614cb8f1dcac8ca77cf4dd85f46ef3055f8238
parentb5c0951860ba98cfe1936b5c0739450875d51451
Merge tag 'perf-urgent-for-mingo-5.6-20200303' of git://git./linux/kernel/git/acme/linux into perf/urgent

Pull perf/urgent fixes from Arnaldo Carvalho de Melo:

perf symbols:

  Arnaldo Carvalho de Melo:

  - Don't try to find a vmlinux file when looking for kernel modules,
    fixing symbol resolution in systems with compressed kernel modules.

perf env:

  Arnaldo Carvalho de Melo:

  - Do not return pointers to local variables, fixing valid warning from
    gcc 10 for corner case that stops the build due to -Werror.

perf tests:

  Arnaldo Carvalho de Melo:

  - Make global variable static in the bp_account entry to fix build
    with gcc 10.

perf parse-events:

  Arnaldo Carvalho de Melo:

  - Use asprintf() instead of strncpy() to read tracepoint files, addressing
    compiler warning that stops the build as we use -Werror.

perf bench:

  Arnaldo Carvalho de Melo:

  - Share some global variables to fix build with gcc 10.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>