aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorLinus Walleij <[email protected]>2017-06-11 23:26:17 +0200
committerDaniel Lezcano <[email protected]>2017-06-14 12:02:33 +0200
commit385c98fcc1fb58c3e10157be2203eb37595dac7b (patch)
treececb7dc61cc843b667e7d23e0309300f9315f0ab /tools/perf/scripts/python/call-graph-from-sql.py
parentdc11bae78529526605c5c45c369c9512fd012093 (diff)
clocksource/drivers/fttmr010: Implement delay timer
This timer is often used on the ARM architecture, so as with so many siblings, we can implement delay timers, removing the need for the system to calibrate jiffys at boot, and potentially handling CPU frequency scaling on targets. We cannot just protect the Kconfig with a "depends on ARM" because it is already known that different architectures are using Faraday IP blocks, so it is better to make things open-ended and use Result on boot dmesg: Switching to timer-based delay loop, resolution 40n Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=250000) This is accurately the timer frequency, 250MHz on the APB bus. Cc: Andrew Jeffery <[email protected]> Cc: Joel Stanley <[email protected]> Cc: Jonas Jensen <[email protected]> Signed-off-by: Linus Walleij <[email protected]> Tested-by: Jonas Jensen <[email protected]> Tested-by: Andrew Jeffery <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions