On Thu, Mar 08, 2012 at 02:20:37PM +0800, Jun Koi wrote:
> this patch makes trace_thread_create() to use its function arg to
> initialize thread.
> the other choice is to make this a function to use void arg, but i
> prefer this way.
>
> Signed-off-by: Jun Koi
>
Thanks, applied to the tracing p
this patch makes trace_thread_create() to use its function arg to
initialize thread.
the other choice is to make this a function to use void arg, but i
prefer this way.
Signed-off-by: Jun Koi
diff --git a/trace/simple.c b/trace/simple.c
index bbc9930..33ae486 100644
--- a/trace/simple.c
+++ b/t