Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
mason
/
blktrace
/
HEAD
3d523ea
iowatcher: check the return value from write()
by Chris Mason
· 8 years ago
master
40e6373
iowatcher: fixup the Makefile
by Chris Mason
· 8 years ago
4eb0e11
iowatcher: add iowatcher to the main blktrace Makefile
by Chris Mason
· 8 years ago
5146fd4
Merge the iowatcher repository
by Chris Mason
· 8 years ago
265fabd
iowatcher: Properly initialize trace.name in find_trace_file
by Chris Mason
· 8 years ago
177d648
iowatcher: Fix up some strcpy and strcat usage
by Andrew Price
· 8 years ago
5d9d4f4
iowatcher: Clean up some unused functions, make others static
by Andrew Price
· 8 years ago
1775e06
iowatcher: Update usage info and improve man page
by Andrew Price
· 8 years ago
49559b6
iowatcher: Convert start_mpstat to run_program
by Andrew Price
· 8 years ago
30420b5
iowatcher: Convert start_blktrace to run_program
by Andrew Price
· 8 years ago
ce225d5
iowatcher: Rework --prog to make arg processing safer
by Andrew Price
· 8 years ago
33e3fac
iowatcher: Separate program running from waiting
by Andrew Price
· 8 years ago
7f64c19
iowatcher: Correct a couple of calloc calls
by Andrew Price
· 8 years ago
c9e749d
iowatcher: Simplify temp movie directory creation
by Andrew Price
· 8 years ago
d6b58e5
iowatcher: Merge trace dumping functions into one
by Andrew Price
· 8 years ago
6061d94
iowatcher: Check program exit code properly
by Andrew Price
· 8 years ago
c1ab63e
iowatcher: Fix up directory trace processing
by Andrew Price
· 8 years ago
ff045fe
iowatcher: Handle REQUEUE events
by Jan Kara
· 9 years ago
22dd439
iowatcher: Make seconds unsigned
by Jan Kara
· 9 years ago
8e1f740
iowatcher: Remove duplicate defines from blkparse.c
by Jan Kara
· 9 years ago
6a079b0
iowatcher: Skip events beyond max_seconds
by Jan Kara
· 9 years ago
7c883a9
iowatcher: Do not add events out of time range to the plot
by Jan Kara
· 9 years ago
e4d4b5d
iowatcher: Fine tune the ticks
by Chris Mason
· 9 years ago
ade854b
iowatcher: Update the README for a few new options
by Chris Mason
· 9 years ago
2ef0fdd
iowatcher: Fix processing of trace filenames containing spaces
by Andrew Price
· 9 years ago
173545a
iowatcher: Add bounds checking in find_step
by Andrew Price
· 9 years ago
9d382df
iowatcher: Fix a label overflow in plot_io
by Andrew Price
· 9 years ago
7a51b39
iowatcher: Don't print a legend on the tput graphs during movies
by Chris Mason
· 9 years ago
660b041
iowatcher: Update the FSF address in all files
by Chris Mason
· 9 years ago
798c9a9
iowatcher: Update the COPYING file to the correct address
by Chris Mason
· 9 years ago
24e48e0
iowatcher: Add support for fio bandwith logs (-F logfile)
by Chris Mason
· 9 years ago
adb599a
iowatcher: Fix formatting errors in the iowatcher.1 man page.
by Chris Mason
· 9 years ago
d7d5d7c
iowatcher: Fix mpstat handling when the number of CPUs is not
by Chris Mason
· 9 years ago
2203e91
iowatcher: Handle traces to more than once device at a time
by Chris Mason
· 9 years ago
a51ad4a
iowatcher: iowatcher: specify ffmpeg codec
by Nikita Danilov
· 10 years ago
02c48ac
iowatcher: Add a man page for iowatcher
by Andrew Price
· 10 years ago
a8f3acb
iowatcher: Fix spindle rotation in the movie mode
by Chris Mason
· 9 years ago
6c98407
iowatcher: Fix some rounding errors around the max offset
by Chris Mason
· 10 years ago
79d6153
iowatcher: Fix crash due to missing queue action
by Jan Kara
· 10 years ago
776c17a
iowatcher: Add -K command line option to keep the movie svg files
by Chris Mason
· 10 years ago
854a1f2
iowatcher: Only hash IOs if there are completion or issue events
by Chris Mason
· 10 years ago
aff25f0
iowatcher: iowatcher: support png2theora for videos
by Eric Sandeen
· 10 years ago
e95ba65
iowatcher: Fix path name handling when the trace files are in the current directory
by Chris Mason
· 10 years ago
d792125
iowatcher: Fix buffer overwrite issue
by Yuanhan Liu
· 10 years ago
fb38c66
iowatcher: add blktrace destination options
by Liu Bo
· 10 years ago
838361c
signal condition variable at end of stop_tracers
by Robert Schiele
· 8 years ago
ce9ded7
remove unused barrier.h
by Riku Voipio
· 8 years ago
3726f66
blktrace bno_plot.py: output comprehensive message when gnuplot not found
by Eiichi Tsukata
· 9 years ago
0a915aa
blktrace blkreplay: convert to use a dynamic cpu_set_t
by Nathan Zimmer
· 9 years ago
67313d8
blktrace: use number of configured cpus instead of online cpus
by Nathan Zimmer
· 9 years ago
fb69749
btreplay: use sysconf to get the number of configured cpus
by Nathan Zimmer
· 9 years ago
0c2df13
btreplay: Machines are now large enough that holes need to be dealt with
by Nathan Zimmer
· 9 years ago
28fa9f6
verify_blkparse: Change max_cpus to deal with systems larger the 512
by Nathan Zimmer
· 9 years ago
cd0ae0f
More accurate calculation of the total read/write values
by Ivan Dyukov
· 9 years ago
0a43b43
iowatcher: Per process IO graphs
by Jan Kara
· 10 years ago
6d5a91a
iowatcher: Make sure we add the xtick labels if we're only plotting IO
by Chris Mason
· 10 years ago
a78b574
iowatcher: Merge branch 'jan'
by Chris Mason
· 10 years ago
f2e40dd
iowatcher: Add option to set action which should be displayed in the IO graph
by Jan Kara
· 10 years ago
d44f4c4
iowatcher: Improve xticks logic
by Jan Kara
· 10 years ago
d140b43
iowatcher: Add options to limit time and sector range
by Jan Kara
· 10 years ago
35686f9
iowatcher: Ignore trace records beyond max_seconds
by Jan Kara
· 10 years ago
230f060
iowatcher: Add possibility to limit seconds from below
by Jan Kara
· 10 years ago
f752a6e
iowatcher: Rename seconds to max_seconds
by Jan Kara
· 10 years ago
9b9fa04
iowatcher: Add support for limitting IO graph offset from below
by Jan Kara
· 10 years ago
41fdf40
iowatcher: Fix filtering of outliers from below
by Jan Kara
· 10 years ago
1582ecc
iowatcher: Define mask of trace action and use it instead of opencoding the constant
by Jan Kara
· 10 years ago
c524558
iowatcher: Fix typo in option description
by Jan Kara
· 10 years ago
1e1e3f0
iowatcher: Check for null mpstat structs while generating plots
by Chris Mason
· 10 years ago
cc3d54d
iowatcher: Add -c to split the graphs up into multiple columns
by Chris Mason
· 10 years ago
f5f8c98
iowatcher: Fix divide by zero while calculating averages
by Chris Mason
· 10 years ago
5122a20
iowatcher: Update the README and the --help output
by Chris Mason
· 10 years ago
8ed9516
iowatcher: Start support for multiple colums of plots
by Chris Mason
· 10 years ago
f106953
iowatcher: Fix io line graphs at the edge of the X axis
by Chris Mason
· 10 years ago
49d17e1
iowatcher: Fix the line graphs for values near the edges of the graph
by Chris Mason
· 10 years ago
eef996b
iowatcher: Fix mpstat file permissions
by Chris Mason
· 10 years ago
bfb0e44
iowatcher: Add initial support for flash tracing
by Chris Mason
· 10 years ago
abf08f9
iowatcher: Add a new movie mode that maps the IOs onto a platter.
by Chris Mason
· 10 years ago
7a14734
iowatcher: Switch to ffmpeg for movie encoding. Chrome and vlc like these better.
by Chris Mason
· 10 years ago
e4df896
iowatcher: Add back missing plot title
by Chris Mason
· 10 years ago
5a870f2
iowatcher: Fix --help definition
by Chris Mason
· 10 years ago
fd70186
iowatcher: Add mpstat.[ch] into git
by Chris Mason
· 10 years ago
ba75882
iowatcher: Add movie support
by Chris Mason
· 10 years ago
e199d54
iowatcher: Add mpstat graphing support
by Chris Mason
· 10 years ago
9e066e2
iowatcher: Initial revision
by Chris Mason
· 10 years ago
d6918c8
blktrace 1.0.5
by Jens Axboe
· 10 years ago
c3ce73f
Too small arrays for file names
by Vasily Tarasov
· 10 years ago
f6d38ab
Fix compiler warnings
by Jens Axboe
· 10 years ago
d324757
avoid string overflows
by Eric Sandeen
· 11 years ago
62d712a
blktrace: remove unused variable
by Eric Sandeen
· 11 years ago
cd992d0
blkparse: initialize cpu_map
by Eric Sandeen
· 11 years ago
6da3304
btt: close devmap file after processing
by Eric Sandeen
· 11 years ago
84b321f
Fix several leaks on error paths
by Eric Sandeen
· 11 years ago
6ca1e53
Remove extraneous malloc in find_input routines
by Eric Sandeen
· 11 years ago
f9a89a6
Close stream in 'I' switch handling
by Eric Sandeen
· 11 years ago
5293cfd
Free pdu_buff on bad pdu path in process()
by Eric Sandeen
· 11 years ago
729b2bf
Fix potential array overrun in act_to_str
by Eric Sandeen
· 11 years ago
ae2dc05
Check setvbuf return value
by Eric Sandeen
· 11 years ago
7f0062f
blktrace 1.0.4
by Jens Axboe
· 10 years ago
94e8ee6
Merge branch 'master' of ssh://brick.kernel.dk/data/git/blktrace
by Jens Axboe
· 10 years ago
d836595
Fix for realloc bug and wrong error logging
by Mikulas Patocka
· 10 years ago
Next »