blktrace: port to tracepoints
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 30 Oct 2008 07:34:33 +0000 (08:34 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 26 Nov 2008 11:13:34 +0000 (12:13 +0100)
commit5f3ea37c7716db4e894a480e0c18b24399595b6b
treedb6784635d024894f641b340dcd7c5060c446077
parent509dceef6470442d8c7b8a43ec34125205840b3c
blktrace: port to tracepoints

This was a forward port of work done by Mathieu Desnoyers, I changed it to
encode the 'what' parameter on the tracepoint name, so that one can register
interest in specific events and not on classes of events to then check the
'what' parameter.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
block/Kconfig
block/blk-core.c
block/blktrace.c
block/elevator.c
drivers/md/dm.c
fs/bio.c
include/linux/blktrace_api.h
include/trace/block.h [new file with mode: 0644]
mm/bounce.c