Re: [Qemu-devel] [PATCH 0/3] synchronization profiler

2018-08-15 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20180813171132.21939-1-c...@braap.org Subject: [Qemu-devel] [PATCH 0/3] synchronization profiler === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total=$(git log

[Qemu-devel] [PATCH 0/3] synchronization profiler

2018-08-13 Thread Emilio G. Cota
This series adds a synchronization profiler, similar to the one described in https://www.usenix.org/system/files/conference/atc12/atc12-final237.pdf , although without using perf counters. The profiler allows us to identify what wait times in locks/condvars are, and where they are coming from. T