Re: [Xen-devel] [PATCH 10/15] xen: trace softirqs

2017-06-09 Thread Jan Beulich
>>> On 01.06.17 at 19:34, wrote: > --- a/xen/Kconfig.debug > +++ b/xen/Kconfig.debug > @@ -124,6 +124,14 @@ config TRACE_RCU > Makes it possible generate events showing the activity and the > behavior of the RCU subsystem. > > +config TRACE_SOFTIRQS > + bool "Trace when

[Xen-devel] [PATCH 10/15] xen: trace softirqs

2017-06-01 Thread Dario Faggioli
Making it possible generate events showing the activity and the behavior of the softirq subsystem. Gate this with its specific Kconfig option (under CONFIG_TRACING), and keep it in disabled state by default. --- Cc: George Dunlap Cc: Andrew Cooper Cc: Jan Beulich Cc: Konrad Rzeszutek Wilk Cc: