History log of /external/fio/gfio.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5442cfb01f805ba26d3b8917b85c8e5f7bc50456 24-Sep-2012 Jens Axboe <axboe@kernel.dk> gfio: add trim UI support

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
2a95f716d8808f45cd5806eac0baad96b39b0016 16-Apr-2012 Jens Axboe <axboe@kernel.dk> gfio: use light yellow as graph background

Easier on the eyes.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
d31e26d0a575f91db96bda4d76b36fe38996d5f8 28-Mar-2012 Jens Axboe <axboe@kernel.dk> server: include number of CPUs in probe reply

We'll need this for affinity mask setting. Also add room
for flags, we'll want to pass back a flag mask of supported
features on the remote end.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
28db256b569af54e1bb162fc0b5d5b5d9526be98 28-Mar-2012 Jens Axboe <axboe@kernel.dk> gfio: change job option view

Instead of having a top notebook containing jobs, and subnotebooks
containing options, have just the one subnotebook and change the
viewed options by selecting the job in a combo box at the top.
This greatly reduces the number of widgets displayed for a big
number of jobs, speeding it up.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
f762cef937f69d6a23127baf47f22e8ffaea4c11 26-Mar-2012 Jens Axboe <axboe@kernel.dk> gcompat: provide backwards compatible functions for older gtk versions

Attempt to do something that'll work equally well across gtk versions,
to improve the supported range.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
753e9e642f1cf7aa6e46a31aeebc65da26c8bf2e 24-Mar-2012 Jens Axboe <axboe@kernel.dk> gfio: add per-job option view

The option view is now a master notebook of jobs that got added
from a given job file, with each tab holding a new notebook
with tabs for the options.

This is pretty slow for big jobs. Adding eg the 1mbs-clients.fio
example job file shows this nicely, since it contains 32 jobs.
Will need to look into how to speed this up.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
cf3d824147fe285bba1c93f341f6e44c34aaccd9 24-Mar-2012 Jens Axboe <axboe@kernel.dk> gfio: start of per-job option edit

Currently we don't properly handle job files with multiple
job entries in them, each one just overwrites the last.
Start tracking all of them.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
8dfd6071e1a4fd3966c0a77dbb7d719c52433b54 22-Mar-2012 Jens Axboe <axboe@kernel.dk> graph: return opaque graph_label_t for each label added

Gets rid of the strcmp() lookup, store the graph label locally
instead and just pass that in.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
057754389863aa18cbf36b1f2a556a422ea2f4b5 21-Mar-2012 Jens Axboe <axboe@kernel.dk> Move rbtree into lib/

And make ARRAY_SIZE() generally available, also outside gfio.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
b98ab718031a25ecfd3fa64df3f9992baa83b5ac 21-Mar-2012 Jens Axboe <axboe@kernel.dk> gfio: use glib hash for tab lookup

Not really a CPU saver, but it reduces the amount of code we have
to maintain by getting rid of the list lookup.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
1252d8f2c1daeb31fdc8c1f63db3ceadf7e20892 21-Mar-2012 Jens Axboe <axboe@kernel.dk> gfio: split some parts into gclient.c

We'll probably want to split gclient.c into op code handling and
results display/view.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
41666588eed4ed830b1fabd0458eb2b0a93f0147 21-Mar-2012 Jens Axboe <axboe@kernel.dk> gfio: add gerror.c for reporting errors

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
0cf3ece062d6856bd79b89770780296c99937a98 21-Mar-2012 Jens Axboe <axboe@kernel.dk> gfio: update for handling files, connections, states

Big update, changes:

- Notify from client helpers when a client is removed. This helps
gfio track this.

- Make the connection states more bullet proof. You can now connect
and disconnect, and expect connect to work again.

- Limit number of files opened through file selection or drag'n drop
to just 1.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
49c34176d4130b3d4c4d90397a497b335f7ddbac 16-Mar-2012 Jens Axboe <axboe@kernel.dk> gfio: move more code to ghelpers.c

Signed-off-by: Jens Axboe <axboe@kernel.dk>
/external/fio/gfio.h
53e0e85d6d5311fce98b94c1e06fab8263bafc02 15-Mar-2012 Jens Axboe <axboe@kernel.dk> gfio: start of splitting up the source a bit

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