Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140669
b: refs/heads/master
c: 4a66a82
h: refs/heads/master
i:
  140667: 6edef02
v: v3
  • Loading branch information
Ingo Molnar committed Jan 27, 2009
1 parent dfb859b commit b70b29c
Show file tree
Hide file tree
Showing 9 changed files with 693 additions and 7 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: cc2f6d90e950b69ad31d483c19cc1d121bb25c16
refs/heads/master: 4a66a82be78e1b6f9f83074423bf42a52251414c
8 changes: 8 additions & 0 deletions trunk/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ config BLK_DEV_IO_TRACE
select RELAY
select DEBUG_FS
select TRACEPOINTS
select TRACING
select STACKTRACE
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
Expand All @@ -58,6 +60,12 @@ config BLK_DEV_IO_TRACE

git://git.kernel.dk/blktrace.git

Tracing also is possible using the ftrace interface, e.g.:

echo 1 > /sys/block/sda/sda1/trace/enable
echo blk > /sys/kernel/debug/tracing/current_tracer
cat /sys/kernel/debug/tracing/trace_pipe

If unsure, say N.

config BLK_DEV_BSG
Expand Down
Loading

0 comments on commit b70b29c

Please sign in to comment.