Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Wed, 18 Nov 2015 05:56:48 +0000 (06:56 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 18 Nov 2015 05:56:48 +0000 (06:56 +0100)
commite15bf88a44d1fcb685754b2868b1cd28927af3aa
tree9c4f25db4edd2a42a9372366f4e6230e4a7a4037
parent2a49f02a7580d23802ea0e16ceb6d5523ab21aa8
parent092b1f0b5f9f797812da0de927c3aa26acbe8762
Merge tag 'perf-urgent-for-mingo' of git://git./linux/kernel/git/acme/linux into perf/urgent

Pull perf/urgent fixes from Arnaldo Carvalho de Melo:

  - Do not change the key of an object in a rbtree, this time it was
    the one for DSOs lookup by its long_name, and the noticed symptom was
    with 'perf buildid-list --with-hits' (Adrian Hunter)

  - 'perf inject' is a pipe, events it doesn't touch should be passed
    on, PERF_RECORD_LOST wasn't, fix it (Adrian Hunter)

  - Make 'perf buildid-list' request event ordering, as it needs to
    first get the mmap events to be able to mark wich DSOs had hits
    (Adrian Hunter)

  - Fix memory leaks on failure in 'perf probe' (Masami Hiramatsu, Wang Nan)

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