commit | 4f911b0daf0f7028a4fe792b701a48d10da36d84 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Mon Nov 16 10:34:15 2009 +0100 |
committer | Michal Simek <monstr@monstr.eu> | Mon Dec 14 08:44:54 2009 +0100 |
tree | 746315895bc446df02b1d7e2c1b70550468cab28 | |
parent | a0d3e66522e8f6119f002cf31e5d92d7ae73b409 [diff] |
microblaze: ftrace: Add dynamic function graph tracer This patch add support for dynamic function graph tracer. There is one my expactation that I can do flush_icache after all code modification. On microblaze is this safer than do flush for every entry. For icache is used name flush but correct should be invalidation - this will be fix in upcomming new cache implementaion and WB support. Signed-off-by: Michal Simek <monstr@monstr.eu>