diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2016-01-07 13:20:22 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2016-01-07 13:20:22 -0300 |
commit | 2e4f81ee90e801017115afb7397198f65e512031 (patch) | |
tree | fbcf5c4372472992dcee641d70b8b70048257a48 | |
parent | 69ef8f475586974d3921c4799bfa75b8fef877a8 (diff) |
perf test: No need for setting attr.sample_freq on the RECORD test
We're not looking at PERF_RECORD_SAMPLE entries and now by default we
use PERF_COUNT_SW_DUMMY, so just remove that setting.
Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/tests/perf-record.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/tests/perf-record.c b/tools/perf/tests/perf-record.c index 8dc0baba8798..1cc78cefe399 100644 --- a/tools/perf/tests/perf-record.c +++ b/tools/perf/tests/perf-record.c @@ -40,7 +40,6 @@ int test__PERF_RECORD(int subtest __maybe_unused) .uses_mmap = true, }, .no_buffering = true, - .freq = 10, .mmap_pages = 256, }; cpu_set_t cpu_mask; |