[GIT PULL 0/1] perf/urgent fix
From: Arnaldo Carvalho de Melo
Date: Tue Mar 29 2016 - 19:09:57 EST
Hi Ingo,
Please consider pulling, regression introduced in this
merge window,
- Arnaldo
The following changes since commit 5dc1037305140d8a7e580e916ac17df5d0124add:
Merge tag 'perf-urgent-for-mingo-20160328' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2016-03-29 10:39:12 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux.git tags/perf-urgent-for-mingo-20160329
for you to fetch changes up to 3ea223adcb0c5893a6dc8ed3a84dce264cbb61d6:
perf tools: Add missing initialization of perf_sample.cpumode in synthesized samples (2016-03-29 20:03:56 -0300)
----------------------------------------------------------------
perf/urgent fix:
- Add missing initialization of perf_sample.cpumode in synthesized samples,
affects jitdump, records for pre-existing threads and records synthesized
from processor trace data, noticed while testing intel_pt events with
'perf script' (Arnaldo Carvalho de Melo)
Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
----------------------------------------------------------------
Arnaldo Carvalho de Melo (1):
perf tools: Add missing initialization of perf_sample.cpumode in synthesized samples
tools/perf/util/event.c | 23 ++++++++++++++++-------
tools/perf/util/intel-bts.c | 1 +
tools/perf/util/intel-pt.c | 3 +++
tools/perf/util/jitdump.c | 2 ++
4 files changed, 22 insertions(+), 7 deletions(-)