Re: [PATCH 2/3] perf/x86/intel: fix for MSR_LAST_BRANCH_FROM_x quirk when no TSX

From: Peter Zijlstra
Date: Thu Jun 02 2016 - 04:54:33 EST


On Wed, Jun 01, 2016 at 07:42:02PM -0700, David Carrillo-Cisneros wrote:
> @@ -536,6 +597,7 @@ static int intel_pmu_setup_sw_lbr_filter(struct perf_event *event)
> u64 br_type = event->attr.branch_sample_type;
> int mask = 0;
>
> +
> if (br_type & PERF_SAMPLE_BRANCH_USER)
> mask |= X86_BR_USER;
>

Do we really need this extra whitespace?