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
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