commit | 65afa5e603d507014580ead016ec887b49e1afa6 | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Sun Nov 23 18:43:39 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Nov 23 22:34:02 2008 +0100 |
tree | 0ee309e4193e90587b2febda09143891e0591cdc | |
parent | eae849ca034c7f1015f0a6f17421ebc737f0a069 [diff] |
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 <fweisbec@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>