|
@@ -829,6 +829,9 @@ repeat:
|
|
has_br_stack = perf_header__has_feat(&session->header,
|
|
has_br_stack = perf_header__has_feat(&session->header,
|
|
HEADER_BRANCH_STACK);
|
|
HEADER_BRANCH_STACK);
|
|
|
|
|
|
|
|
+ if (itrace_synth_opts.last_branch)
|
|
|
|
+ has_br_stack = true;
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Branch mode is a tristate:
|
|
* Branch mode is a tristate:
|
|
* -1 means default, so decide based on the file having branch data.
|
|
* -1 means default, so decide based on the file having branch data.
|