Changes for this cycle were:

 - Fix address filtering for Intel/PT,ARM/CoreSight
 - Enable Intel/PEBS format 5
 - Allow more fixed-function counters for x86
 - Intel/PT: Enable not recording Taken-Not-Taken packets
 - Add a few branch-types

Signed-off-by: Ingo Molnar <mingo@kernel.org>
perf/x86/intel/uncore: Fix the build on !CONFIG_PHYS_ADDR_T_64BIT

'val2' is unused if !CONFIG_PHYS_ADDR_T_64BIT:

  arch/x86/events/intel/uncore_discovery.c:213:18: error: unused variable ‘val2’ [-Werror=unused-variable]

Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 file changed