Re: [Qemu-devel] [PATCH v2 1/1] allow to enable all tracepoints via alias all

2015-11-03 Thread Denis V. Lunev
On 11/03/2015 09:40 PM, Markus Armbruster wrote: "Denis V. Lunev" writes: From: Olga Krishtal This will produce a lot of noise but could be usefull when we do this for a shot perioud of time on customer side to examine unclear problem. Signed-off-by: Olga Krishtal Signed-off-by: Denis V. L

Re: [Qemu-devel] [PATCH v2 1/1] allow to enable all tracepoints via alias all

2015-11-03 Thread Denis V. Lunev
On 11/03/2015 09:40 PM, Markus Armbruster wrote: "Denis V. Lunev" writes: From: Olga Krishtal This will produce a lot of noise but could be usefull when we do this for a shot perioud of time on customer side to examine unclear problem. Signed-off-by: Olga Krishtal Signed-off-by: Denis V. L

Re: [Qemu-devel] [PATCH v2 1/1] allow to enable all tracepoints via alias all

2015-11-03 Thread Markus Armbruster
"Denis V. Lunev" writes: > From: Olga Krishtal > > This will produce a lot of noise but could be usefull when we do this > for a shot perioud of time on customer side to examine unclear problem. > > Signed-off-by: Olga Krishtal > Signed-off-by: Denis V. Lunev > CC: Paolo Bonzini > CC: Stefan

[Qemu-devel] [PATCH v2 1/1] allow to enable all tracepoints via alias all

2015-11-03 Thread Denis V. Lunev
From: Olga Krishtal This will produce a lot of noise but could be usefull when we do this for a shot perioud of time on customer side to examine unclear problem. Signed-off-by: Olga Krishtal Signed-off-by: Denis V. Lunev CC: Paolo Bonzini CC: Stefan Hajnoczi --- Changes from v1: - proper mai