blktrace: use cpu_clock() instead of sched_clock()
authorIngo Molnar <mingo@elte.hu>
Wed, 25 Jul 2007 11:07:10 +0000 (13:07 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 27 Jul 2007 06:08:24 +0000 (08:08 +0200)
commit7c2ff389bbb33074e7fde7a744f59da199a74af5
tree37a916fefffa13f5364f4f4a56eeebe9d30bd931
parent4d5d8e9d3e55100bc12cf17a5ebc8a3c70befd38
blktrace: use cpu_clock() instead of sched_clock()

use cpu_clock() instead of sched_clock(). (the latter is not a proper
clock-source)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blktrace.c