From: Peter Zijlstra Date: Thu, 17 Sep 2009 16:47:11 +0000 (+0200) Subject: perf_counter: Do not throttle single swcounter events X-Git-Tag: v2.6.32-rc1~628^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=850bc73ffcc99cddfb52bc23217c60810c508853;p=pandora-kernel.git perf_counter: Do not throttle single swcounter events We can have swcounter events that contribute more than a single count per event, when used with a non-zero period, those can generate multiple events, which is when we need throttling. However, swcounter that contribute only a single count per event can only come as fast as we can run code, hence don't throttle them. Signed-off-by: Peter Zijlstra LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed