Re: [Qemu-devel] [PATCH 2/7] Add tracepoints for savevm section start/end

2012-06-14 Thread Orit Wasserman
On 05/22/2012 09:32 PM, Juan Quintela wrote: > This allows to know how long each section takes to save. > > An awk script like this tells us sections that takes more that 10ms > > $1 ~ /savevm_state_iterate_end/ { > /* Print savevm_section_end line when > 10ms duration */ > if ($2 > 1

[Qemu-devel] [PATCH 2/7] Add tracepoints for savevm section start/end

2012-05-22 Thread Juan Quintela
This allows to know how long each section takes to save. An awk script like this tells us sections that takes more that 10ms $1 ~ /savevm_state_iterate_end/ { /* Print savevm_section_end line when > 10ms duration */ if ($2 > 1) { printf("%s times_missing=%u\n",