Pull perf/core improvements and fixes from Arnaldo Carvalho de Melo:
User visible changes:
  - Replace CTRL+z with 'f' as hotkey for enable/disable events (Arnaldo Carvalho de Melo)
  - Do not exit when 'f' is pressed in 'report' mode (Arnaldo Carvalho de Melo)
  - Tell the user how to unfreeze events after pressing 'f' in 'perf top' (Arnaldo Carvalho de Melo)
  - React to unassigned hotkey pressing in 'top/report' (Arnaldo Carvalho de Melo)
  - Display total number of samples with --show-total-period in 'annotate' (Martin Liška)
  - Add timeout to make procfs mmap processing more robust (Kan Liang)
  - Fix sort__sym_cmp to also compare end of symbol (Yannick Brosseau)
Infrastructure changes:
  - Ensure thread-stack is flushed (Adrian Hunter)
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>