Merge tag 'perf-urgent-for-mingo-5.6-20200228' of git://git.kernel.org/pub/scm/linux...
authorIngo Molnar <mingo@kernel.org>
Sat, 29 Feb 2020 09:10:03 +0000 (10:10 +0100)
committerIngo Molnar <mingo@kernel.org>
Sat, 29 Feb 2020 09:10:03 +0000 (10:10 +0100)
commit7977fed974d60a72733243cf54d7955cd6dccd91
treed3c1ef8704af24adc907f22e8d57c14c251ecb09
parent4c45945aa418f5e2f31cdaf0b1484e146e29f72f
parente0560ba6d92f06dbe13e9d11c921a60c07ea6fcc
Merge tag 'perf-urgent-for-mingo-5.6-20200228' of git://git./linux/kernel/git/acme/linux into perf/urgent

Pull perf/urgent fixes from Arnaldo Carvalho de Melo:

perf annotate:

  Ravi Bangoria:

  - Fix segfault with source toggle.

  - Fix --show-total-period and --show-nr-samples for tui/stdio2.

  - Fix handling of settings in ~/.perfconfig versus the ones passed
    in the command line

  - Re-render title bar after switching back from script browser.

  - Fix options man page, document some missing ones.

perf probe:

  He Zhe:

  - Check return value of strlist__add() for -ENOMEM.

tools UAPI:

  Arnaldo Carvalho de Melo:

  - Sync x86's msr-index.h copy with the kernel sources.

  - Update tools's copy of x86's kvm.h headers.

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