mirror of
https://github.com/torvalds/linux.git
synced 2024-11-26 14:12:06 +00:00
230c77a5e9
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> |
||
---|---|---|
.. | ||
inc/abi | ||
cacheflush.c | ||
fpu.c | ||
Makefile | ||
mcount.S | ||
memcmp.S | ||
memcpy.S | ||
memmove.S | ||
memset.S | ||
strcmp.S | ||
strcpy.S | ||
strksyms.c | ||
strlen.S | ||
sysdep.h |