microblaze: ftrace: Add dynamic function graph tracer
authorMichal Simek <monstr@monstr.eu>
Mon, 16 Nov 2009 09:34:15 +0000 (10:34 +0100)
committerMichal Simek <monstr@monstr.eu>
Mon, 14 Dec 2009 07:44:54 +0000 (08:44 +0100)
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>

No differences found