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)
commit6645f3187f5beb64f7a40515cfa18f3889264ece
treec70714c93eaf695074f3368594e8cc0f94e33828
parent2e54a5bdba107f80a9ba90065fb43bba0498147d
parentbd05954bfa17f03a7bd4454178ba09786b35e383
Merge tag 'perf-core-for-mingo' of git://git./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>