simpleperf: avoid warning for default freq.

When max_freq = 1800, and run `simpleperf record -e cpu-cycles -f 1000`,
it prints warning for default freq:
  Sample frequency 4000 is out of range [1, 1800], adjust it to 1800

This patch removes the unproper warning.
Also remove AdjustSampleFrequency() because the freq will
be adjusted in event_fd.cpp.

Bug: http://b/29574526
Test: run `simpleperf record -e cpu-cycles -f 1000`.
Test: run simpleperf_unit_test.
Change-Id: Ieed106fb539b7deb9fee3208f00228c6e0520acb
4 files changed