Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorIngo Molnar <mingo@kernel.org>
Sat, 27 Sep 2014 07:15:48 +0000 (09:15 +0200)
committerIngo Molnar <mingo@kernel.org>
Sat, 27 Sep 2014 07:15:48 +0000 (09:15 +0200)
commit07394b5f13a04f86b27e0ddd96a36c7d9bfe1a4f
tree684f1103022db370242cc21199ca3cd5985eaac1
parentcf8102f64c8d23f0bd4af0659bbd94d0c1d8d1c7
parent49757c9cc7887bc79f742eb8aacf16e464ca5f0b
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:

  o Restore "--callchain graph" output, broken in recent cset to end
    up being the same as "fractal" (Namhyung Kim)

  o Allow profiling when kptr_restrict == 1 for non root users,
    kernel samples will just remain unresolved (Andi Kleen)

  o Allow configuring default options for callchains in config file (Namhyung Kim)

  o Fix line number in the config file error message (Jiri Olsa)

  o Fix --per-core on multi socket systems (Andi Kleen)

Cleanups:

  o Use ACCESS_ONCE() instead of volatile cast. (Pranith Kumar)

  o Modify error code for when perf_session__new() fails (Taeung Song)

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