From 55fd22f3ee0912a740185acbb821badf20084fef Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Tue, 22 May 2012 13:14:18 -0300 Subject: [PATCH] --- yaml --- r: 305517 b: refs/heads/master c: 447a6013e91738c0d4118a7d0c56f235d8623695 h: refs/heads/master i: 305515: d3a8253301c72aa66202072249bc992a8f00a56d v: v3 --- [refs] | 2 +- trunk/tools/perf/builtin-record.c | 2 +- trunk/tools/perf/builtin-top.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 234a01961717..8c287201ad22 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 299c345208ae15fbc1e1c96dc1b6ac61e4e5da10 +refs/heads/master: 447a6013e91738c0d4118a7d0c56f235d8623695 diff --git a/trunk/tools/perf/builtin-record.c b/trunk/tools/perf/builtin-record.c index 9c76add6a03a..e5cb08427e13 100644 --- a/trunk/tools/perf/builtin-record.c +++ b/trunk/tools/perf/builtin-record.c @@ -753,7 +753,7 @@ static struct perf_record record = { .mmap_pages = UINT_MAX, .user_freq = UINT_MAX, .user_interval = ULLONG_MAX, - .freq = 1000, + .freq = 4000, .target = { .uses_mmap = true, }, diff --git a/trunk/tools/perf/builtin-top.c b/trunk/tools/perf/builtin-top.c index 18bd226f9f2b..6031dce0429f 100644 --- a/trunk/tools/perf/builtin-top.c +++ b/trunk/tools/perf/builtin-top.c @@ -1162,7 +1162,7 @@ int cmd_top(int argc, const char **argv, const char *prefix __used) struct perf_top top = { .count_filter = 5, .delay_secs = 2, - .freq = 1000, /* 1 KHz */ + .freq = 4000, /* 4 KHz */ .mmap_pages = 128, .sym_pcnt_filter = 5, .target = {