aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-sched.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2009-12-04cfq-iosched: move IO controller declerations to a header fileJens Axboe3-3/+9
They should not be declared inside some other file that's not related to CFQ. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2009-12-03cfq-iosched: fix compile problem with !CONFIG_CGROUPJens Axboe1-0/+10
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>