Skip to content

Commit a19cad6

Browse files
author
Ingo Molnar
committed
Merge tag 'perf-urgent-for-mingo-20160418' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Pull a perf/urgent fix from Arnaldo Carvalho de Melo: - Fix segfault tracing transactions in Intel PT (Adrian Hunter) Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
2 parents c3b46c7 + 1342e0b commit a19cad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/util/intel-pt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ static int intel_pt_synth_transaction_sample(struct intel_pt_queue *ptq)
11301130
pr_err("Intel Processor Trace: failed to deliver transaction event, error %d\n",
11311131
ret);
11321132

1133-
if (pt->synth_opts.callchain)
1133+
if (pt->synth_opts.last_branch)
11341134
intel_pt_reset_last_branch_rb(ptq);
11351135

11361136
return ret;

0 commit comments

Comments
 (0)