Russell King a42c362980 ARM: Add irqtime accounting support
Add support for irq time accounting.  This commit prepares ARM by adding
the call to enable_sched_clock_irqtime() in sched_clock().  We introduce
a new kernel parameter - irqtime - which takes an integer.  -1 for auto,
0 for disabled, and 1 for enabled.  Auto mode selects IRQ accounting if
we have a sched_clock() tick rate greater than 1MHz.

Frederic Weisbecker is working on a patch set which moves the
IRQ_TIME_ACCOUNTING into arch/, so that part is not incorporated into
this patch; this facility becomes available on ARM only when both this
patch and Frederic's patches are merged.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-09-15 21:43:31 +01:00
..
2012-08-01 10:45:12 -07:00
2012-07-23 16:08:40 -07:00
2012-07-26 13:56:38 -07:00
2012-07-20 14:01:51 +02:00
2012-08-02 10:15:59 -07:00
2012-06-20 14:39:36 -07:00
2012-08-02 11:48:20 -07:00