Re: [PATCH 06/20 -v5] add notrace annotations for NMI routines

2008-01-28 Thread Steven Rostedt
On Mon, 28 Jan 2008, Jan Kiszka wrote: > Steven Rostedt wrote: > > On Wed, 23 Jan 2008, Mathieu Desnoyers wrote: > > > >> * Steven Rostedt ([EMAIL PROTECTED]) wrote: > >>> This annotates NMI functions with notrace. Some tracers may be able > >>> to live with this, but some cannot. So we turn off N

Re: [PATCH 06/20 -v5] add notrace annotations for NMI routines

2008-01-28 Thread Jan Kiszka
Steven Rostedt wrote: > On Wed, 23 Jan 2008, Mathieu Desnoyers wrote: > >> * Steven Rostedt ([EMAIL PROTECTED]) wrote: >>> This annotates NMI functions with notrace. Some tracers may be able >>> to live with this, but some cannot. So we turn off NMI tracing. >>> >>> One solution might be to make a

Re: [PATCH 06/20 -v5] add notrace annotations for NMI routines

2008-01-25 Thread Steven Rostedt
On Wed, 23 Jan 2008, Mathieu Desnoyers wrote: > * Steven Rostedt ([EMAIL PROTECTED]) wrote: > > This annotates NMI functions with notrace. Some tracers may be able > > to live with this, but some cannot. So we turn off NMI tracing. > > > > One solution might be to make a notrace_nmi which would o

Re: [PATCH 06/20 -v5] add notrace annotations for NMI routines

2008-01-23 Thread Steven Rostedt
On Wed, 23 Jan 2008, Mathieu Desnoyers wrote: > * Steven Rostedt ([EMAIL PROTECTED]) wrote: > > This annotates NMI functions with notrace. Some tracers may be able > > to live with this, but some cannot. So we turn off NMI tracing. > > > > One solution might be to make a notrace_nmi which would

Re: [PATCH 06/20 -v5] add notrace annotations for NMI routines

2008-01-23 Thread Mathieu Desnoyers
* Steven Rostedt ([EMAIL PROTECTED]) wrote: > This annotates NMI functions with notrace. Some tracers may be able > to live with this, but some cannot. So we turn off NMI tracing. > > One solution might be to make a notrace_nmi which would only turn > off NMI tracing if a trace utility needed it o

[PATCH 06/20 -v5] add notrace annotations for NMI routines

2008-01-23 Thread Steven Rostedt
This annotates NMI functions with notrace. Some tracers may be able to live with this, but some cannot. So we turn off NMI tracing. One solution might be to make a notrace_nmi which would only turn off NMI tracing if a trace utility needed it off. Signed-off-by: Arnaldo Carvalho de Melo <[EMAIL P