+1
−0
+1
−0
arch/csky/abiv2/mcount.S
0 → 100644
+24
−0
arch/csky/include/asm/ftrace.h
0 → 100644
+9
−0
Loading
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>