Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23280
b: refs/heads/master
c: 2056a78
h: refs/heads/master
v: v3
  • Loading branch information
Jens Axboe committed Mar 23, 2006
1 parent 737bea9 commit 494ca6a
Show file tree
Hide file tree
Showing 18 changed files with 917 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6dac40a7ce2483a47b54af07afebeb84131c7228
refs/heads/master: 2056a782f8e7e65fd4bfd027506b4ce1c5e9ccd4
12 changes: 12 additions & 0 deletions trunk/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,16 @@ config LBD
your machine, or if you want to have a raid or loopback device
bigger than 2TB. Otherwise say N.

config BLK_DEV_IO_TRACE
bool "Support for tracing block io actions"
select RELAY
select DEBUG_FS
help
Say Y here, if you want to be able to trace the block layer actions
on a given queue. Tracing allows you to see any traffic happening
on a block device queue. For more information (and the user space
support tools needed), fetch the blktrace app from:

git://brick.kernel.dk/data/git/blktrace.git

source block/Kconfig.iosched
2 changes: 2 additions & 0 deletions trunk/block/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ obj-$(CONFIG_IOSCHED_NOOP) += noop-iosched.o
obj-$(CONFIG_IOSCHED_AS) += as-iosched.o
obj-$(CONFIG_IOSCHED_DEADLINE) += deadline-iosched.o
obj-$(CONFIG_IOSCHED_CFQ) += cfq-iosched.o

obj-$(CONFIG_BLK_DEV_IO_TRACE) += blktrace.o
Loading

0 comments on commit 494ca6a

Please sign in to comment.