Re: [PATCH 0/6] Support ftrace on NDS32 architecture

2018-08-21 Thread Greentime Hu
Zong Li 於 2018年8月15日 週三 下午5:35寫道: > > This patch set implements the ftrace function and function graph tracer > on NDS32 architecture. We try to use C code to do everything, so we don't > need to separate the implementation to assembly code and C code, we just > need one ftrace.c file. > > In mcou

[PATCH 0/6] Support ftrace on NDS32 architecture

2018-08-15 Thread Zong Li
This patch set implements the ftrace function and function graph tracer on NDS32 architecture. We try to use C code to do everything, so we don't need to separate the implementation to assembly code and C code, we just need one ftrace.c file. In mcount function, we use the prologue/epilogue which