commit | abf0995e7dd8e4bfd84e0f752a20706f1bfcca1f | [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 | 3c26c58fbde7f49751528d172e234b44b1f4a8db [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>