csky: basic ftrace supported
When gcc with -pg, it'll add _mcount stub in every function. We need
implement the _mcount in kernel and ftrace depends on stackstrace.
To do: call-graph, dynamic ftrace
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Showing
arch/csky/abiv2/mcount.S
0 → 100644
arch/csky/kernel/ftrace.c
0 → 100644
Please register or sign in to comment