OSDN Git Service

Merge tag 'perf-core-for-mingo-5.0-20190110' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Fri, 11 Jan 2019 07:12:09 +0000 (08:12 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 11 Jan 2019 07:12:09 +0000 (08:12 +0100)
commit4e72ee8872279a70ebe973172133b98e8acbf54e
treea3e306173e7c7e5c3c2a89db21d7bddfdc694f20
parent576b50ea235699d83758c0c514c65b8d486a159d
parent15c03092a9fbcdd041f58e5f832bf76c21c42e6a
Merge tag 'perf-core-for-mingo-5.0-20190110' of git://git./linux/kernel/git/acme/linux into perf/urgent

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

perf trace:

  Ravi Bangoria:

  - Rework PowerPC syscall table generation, now using a .tbl file just like
    x86_64 and S/390, also silencing a tools build warning about headers out of
    sync with the kernel sources.

tools include uapi:

  Arnaldo Carvalho de Melo:

  - Sync linux/if_link.h copy with the kernel sources, silencing a build warning.

perf top:

  Arnaldo Carvalho de Melo:

  - Add 'arch_cpu_idle' to the list of kernel idle symbols, noticed on a Orange
    Pi Zero ARM board, just like with other symbols in other arches.

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