commit | ca35a0cdf26ff25b4128822ad2554ebd03eb2d42 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 11 11:14:50 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Jun 26 10:18:56 2013 -0400 |
tree | 2c2dfa844af693a7c74f23234cfae7c70859cbcb | |
parent | bce1b92aa11fc7dadae19452e9ff84c33a4b0c9a [diff] |
exynos: Avoid function instrumentation for microsecond timer For tracing to work it has to be able to access the microsecond timer without causing a recursive call to the function entry/exit handlers. Add attributes to the relevant functions to support this. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>