Re: [RFC PATCH 04/11] i386: notrace annotations

2008-01-03 Thread Mathieu Desnoyers
* Steven Rostedt ([EMAIL PROTECTED]) wrote: > From patch-2.6.21.5-rt20. Annotates functions that should not be profiler > instrumented, i.e. where mcount should not be called at function entry. > > Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> > Signed-off-by: Steven Rostedt <[EMAIL

[RFC PATCH 04/11] i386: notrace annotations

2008-01-02 Thread Steven Rostedt
>From patch-2.6.21.5-rt20. Annotates functions that should not be profiler instrumented, i.e. where mcount should not be called at function entry. Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL PROTECTED]> Signed-off-by: Steven Rostedt <[EMAIL PROTECTED]> --- arch/x86/kernel/apic_32.c |2 +-