Re: [PATCH v1 06/22] powerpc/ftrace: Inline ftrace_modify_code()

2022-05-04 Thread Christophe Leroy
Le 18/04/2022 à 08:07, Naveen N. Rao a écrit : > Christophe Leroy wrote: >> Inlining ftrace_modify_code(), it increases a bit the >> size of ftrace code but brings 5% improvment on ftrace >> activation. >> >> Signed-off-by: Christophe Leroy >> --- >>  arch/powerpc/kernel/trace/ftrace.c | 2 +- >>

Re: [PATCH v1 06/22] powerpc/ftrace: Inline ftrace_modify_code()

2022-04-22 Thread Michael Ellerman
"Naveen N. Rao" writes: > Christophe Leroy wrote: >> Inlining ftrace_modify_code(), it increases a bit the >> size of ftrace code but brings 5% improvment on ftrace >> activation. >> >> Signed-off-by: Christophe Leroy >> --- >> arch/powerpc/kernel/trace/ftrace.c | 2 +- >> 1 file changed, 1 ins

Re: [PATCH v1 06/22] powerpc/ftrace: Inline ftrace_modify_code()

2022-04-17 Thread Naveen N. Rao
Christophe Leroy wrote: Inlining ftrace_modify_code(), it increases a bit the size of ftrace code but brings 5% improvment on ftrace activation. Signed-off-by: Christophe Leroy --- arch/powerpc/kernel/trace/ftrace.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/power