History log of /external/fio/idletime.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3c9c470a4b176c739ad58e335f92fedbe549177f 28-Jan-2015 Jens Axboe <axboe@fb.com> idletime: maintain cpuset over lifetime of idle thread

Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/idletime.c
d5b351d483aabb0d0a0acd2930640428aa8e6339 15-Apr-2014 Jens Axboe <axboe@fb.com> idletime: fix another missing unlock on error

Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/idletime.c
735ed278a7ba6e3f1d5a0c08fc08149a2f435c37 14-Apr-2014 Jens Axboe <axboe@fb.com> idletime: unlock ->start_lock in error cases

Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/idletime.c
9da67e75febb49f29b1657e93e592b656ec84f11 14-Apr-2014 Jens Axboe <axboe@fb.com> idletime: fix potential divide-by-zero

Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/idletime.c
10aa136bddbaa7c845ab4eacb4a9a4a88d6657a3 02-Apr-2014 Jens Axboe <axboe@fb.com> Cleanup symbols that should be static

Run analysis on symbols not used outside of their current file,
turn them into statics.

Signed-off-by: Jens Axboe <axboe@fb.com>
/external/fio/idletime.c
59358c8ef39efea4a2ab141d85b2deebf5cf34fd 17-Apr-2013 Jens Axboe <axboe@kernel.dk> Get rid of mixed code/data sections

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/idletime.c
4e0a8fa2593006505b7f4e18931a201d221b49e9 15-Apr-2013 Jens Axboe <axboe@kernel.dk> Fixup bad logging types

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/idletime.c
680b5abcb197f52382c8c568c6f1453b410e2b66 30-Jan-2013 Jens Axboe <axboe@kernel.dk> idletime: style cleanups

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/idletime.c
7e09a9f10bb301635b6f9206b3144878a2710b0a 30-Jan-2013 Jens Axboe <axboe@kernel.dk> configure: add SCHED_IDLE check

We can't consider it always available on Linux. It fails on
Debian 6.x, for instance.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/idletime.c
f2a2ce0eedb44eaa8689e4cbfa77c79b1751b216 30-Jan-2013 Huadong Liu <HLiu@fusionio.com> Add support for idletime profiling

Idletime profiling allows a benchmark to run while filling the
idle cycles on the server, hence giving you some metric of how
much pressure the system is under. This is useful to be able
to profile and compare changes in a setup or driver, for instance.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/idletime.c