]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Fri, 3 Apr 2015 05:00:02 +0000 (07:00 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Apr 2015 05:00:02 +0000 (07:00 +0200)
commitb5a4caf6bc92ce7ac2e2b698d4855f23d130853b
treec70714c93eaf695074f3368594e8cc0f94e33828
parenta4d469bd1bdeee13924759d991e5cf37a99fe837
parentddb8421daa22d39dab83145da10c9d0f9595519c
Merge tag 'perf-core-for-mingo' 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:

User visible changes:

  - Support unnamed union/structure members data collection in 'perf probe'. (Masami Hiramatsu)

  - Support missing -f to override perf.data file ownership. (Yunlong Song)

Infrastructure changes:

  - No need to lookup thread twice when processing samples in 'perf script'. (Arnaldo Carvalho de Melo)

  - No need to pass thread twice to the scripting callbacks. (Arnaldo Carvalho de Melo)

  - No need to pass thread twice to the db-export facility. (Arnaldo Carvalho de Melo)

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