01 Dec, 2011

1 commit


20 Sep, 2011

1 commit


09 Aug, 2011

1 commit


08 Aug, 2011

1 commit

  • Trace single register reads and writes, plus start/stop tracepoints for
    the actual I/O to see where we're spending time. This makes it easy to
    have always on logging without overwhelming the logs and also lets us take
    advantage of all the context and time information that the trace subsystem
    collects for us.

    We don't currently trace register values for bulk operations as this would
    add complexity and overhead parsing the cooked data that's being worked
    with.

    Signed-off-by: Mark Brown

    Mark Brown