From: Ingo Molnar Date: Mon, 23 Mar 2009 21:29:50 +0000 (+0100) Subject: perf_counter tools: increase cpu-cycles again X-Git-Tag: v2.6.31-rc1~383^2~441 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81cdbe0509542324ad7d3282ab67c2b6716df663;p=pandora-kernel.git perf_counter tools: increase cpu-cycles again Commit b7368fdd7d decreased the CPU cycles interval 100-fold, but this is causig kerneltop failures on my Nehalem box: aldebaran:/home/mingo/linux/linux/Documentation/perf_counter> ./kerneltop KernelTop refresh period: 2 seconds ERROR: failed to keep up with mmap data 10,000 cycles is way too short. What we should do instead on mostly-idle systems is some sort of read/poll timeout, so that we display something every 2 seconds for sure. Cc: Wu Fengguang Cc: Peter Zijlstra Cc: Paul Mackerras Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed