From: Frederic Weisbecker Date: Sun, 23 Nov 2008 17:43:39 +0000 (+0100) Subject: tracing/function-return-tracer: free the return stack on free_task() X-Git-Tag: v2.6.29-rc1~586^2~49^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65afa5e603d507014580ead016ec887b49e1afa6;p=pandora-kernel.git tracing/function-return-tracer: free the return stack on free_task() Impact: avoid losing some traces when a task is freed do_exit() is not the last function called when a task finishes. There are still some functions which are to be called such as ree_task(). So we delay the freeing of the return stack to the last moment. Signed-off-by: Frederic Weisbecker Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed