summaryrefslogtreecommitdiff
path: root/tools/perf/util
diff options
context:
space:
mode:
authorDoug Ledford <dledford@redhat.com>2016-04-28 15:16:21 -0400
committerDoug Ledford <dledford@redhat.com>2016-04-28 15:16:21 -0400
commitd53e181c85effdfdec97a760622330626c922d81 (patch)
tree9df58cc9a8dd4c752cdc6f11604787a48a8e1238 /tools/perf/util
parentd29c9ab1a2c81ce404883baba91e15ae35411900 (diff)
parentb75a2bf899b668b1d52de8846aafdbcf81349c73 (diff)
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into testing/4.6
Diffstat (limited to 'tools/perf/util')
-rw-r--r--tools/perf/util/intel-pt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/intel-pt.c b/tools/perf/util/intel-pt.c
index 407f11b97c8d..617578440989 100644
--- a/tools/perf/util/intel-pt.c
+++ b/tools/perf/util/intel-pt.c
@@ -1130,7 +1130,7 @@ static int intel_pt_synth_transaction_sample(struct intel_pt_queue *ptq)
pr_err("Intel Processor Trace: failed to deliver transaction event, error %d\n",
ret);
- if (pt->synth_opts.callchain)
+ if (pt->synth_opts.last_branch)
intel_pt_reset_last_branch_rb(ptq);
return ret;