]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Sun, 22 Mar 2015 09:56:19 +0000 (10:56 +0100)
committerIngo Molnar <mingo@kernel.org>
Sun, 22 Mar 2015 09:56:19 +0000 (10:56 +0100)
commit963a70b8a2d65538f7d58b2b84a2ae10a3ecb6ea
tree3c104859a1a4c5de6a30aee4e483ee2d0dfaf8c3
parent08b3f913900075a19564ab68967028ab99c95820
parentca33380adf74afb985bf7aab09ec46707a5d2d57
Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core

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

  - Handle legacy syscalls tracepoints (David Ahern, Arnaldo Carvalho de Melo)

  - Indicate which callchain entries are annotated in the
    TUI hists browser (report/top) (Arnaldo Carvalho de Melo)

  - Fix failure to add multiple probes without debuginfo (He Kuang)

  - Fix 'trace' summary_only option (David Ahern)

  - Fix race in build_id_cache__add_s() in 'buildid-cache' (Milos Vyletel)

  - Don't allow empty argument for field-separator, fixing segfault (Wang Nan)

Infrastructure:

  - Add destructor for format_field in libtraceevent (David Ahern)

  - Prep work for support lzma compressed kernel modules (Jiri Olsa)

  - Update .gitignore with recently added/renamed feature detection files (Yunlong Song)

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