Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo:
User visible changes:
  - Fix 'perf probe' segfault when glob matching function without debuginfo (Wang Nan)
  - Remove newline char when reading event scale and unit (Madhavan Srinivasan)
  - Deal with kernel module names in '[]' correctly (Wang Nan)
Infrastructure changes:
  - Fix the search for the kernel DSO on the unified list (Arnaldo Carvalho de Melo)
  - Move tools/perf/util/include/linux/{kernel.h,list.h,poison.h} to tools/include,
    to be used in tools/lib/bpf/ (Wang Nan)
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>