Merge tag 'perf-core-for-mingo-4.17-20180220' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Wed, 21 Feb 2018 07:50:45 +0000 (08:50 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 21 Feb 2018 07:50:45 +0000 (08:50 +0100)
commitddc4becca1409541c2ebb7ecb99b5cef44cf17e4
treeebc6c1b8a68051967e31010c4398aa6513f765a4
parent11737ca9e3b9d84448fa405a80980aa9957bcee8
parent66dfdff03d196e51322c6a85c0d8db8bb2bdd655
Merge tag 'perf-core-for-mingo-4.17-20180220' of git://git./linux/kernel/git/acme/linux into perf/core

Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo:

- Initial support for linking with python3, by explicitely setting
  the PYTHON Makefile variable, python2 remains supported, more work
  needed to test the shipped python scripts used with 'perf script'
  (Jaroslav Škarvada)

- Make twatch.py, an example python script that sets up evlists and
  evsels to then parse events from mmap, to work with both python2 and
  python3 (Arnaldo Carvalho de Melo)

- Fix setting 'perf ftrace' function filter when using a non-existent
  function, which should result in an error instead of simply not setting
  the filter and showing all functions (Changbin Du)

- Fix paranoid check in machine__set_kernel_mmap(), problem introduced
  in previous perf/core batch (Namhyung Kim)

- Fix reading cpuid model information in s/390, ditto, also introduced
  in the previous perf/core batch (Thomas Richter)

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