]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - block/blk-throttle.c
block: use standard blktrace API to output cgroup info for debug notes
authorShaohua Li <shli@fb.com>
Wed, 12 Jul 2017 18:49:56 +0000 (11:49 -0700)
committerJens Axboe <axboe@kernel.dk>
Sat, 29 Jul 2017 15:00:03 +0000 (09:00 -0600)
commit35fe6d763229e8fc0eb5f9b93a401673cfcb5e1e
treeea38b526a62121671ef7bfff76f7d23e29804b42
parent69fd5c391763bd94a40dd152bc72a7f230137150
block: use standard blktrace API to output cgroup info for debug notes

Currently cfq/bfq/blk-throttle output cgroup info in trace in their own
way. Now we have standard blktrace API for this, so convert them to use
it.

Note, this changes the behavior a little bit. cgroup info isn't output
by default, we only do this with 'blk_cgroup' option enabled. cgroup
info isn't output as a string by default too, we only do this with
'blk_cgname' option enabled. Also cgroup info is output in different
position of the note string. I think these behavior changes aren't a big
issue (actually we make trace data shorter which is good), since the
blktrace note is solely for debugging.

Signed-off-by: Shaohua Li <shli@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.h
block/blk-throttle.c
block/cfq-iosched.c
include/linux/blktrace_api.h
kernel/trace/blktrace.c