iowatcher: Fix up some strcpy and strcat usage
[blktrace.git] / iowatcher / main.c
2014-09-24 Andrew Priceiowatcher: Fix up some strcpy and strcat usage
2014-09-24 Andrew Priceiowatcher: Update usage info and improve man page
2014-09-24 Andrew Priceiowatcher: Convert start_mpstat to run_program
2014-09-24 Andrew Priceiowatcher: Rework --prog to make arg processing safer
2014-09-24 Andrew Priceiowatcher: Correct a couple of calloc calls
2014-09-24 Andrew Priceiowatcher: Simplify temp movie directory creation
2014-09-24 Jan Karaiowatcher: Make seconds unsigned
2014-09-24 Jan Karaiowatcher: Skip events beyond max_seconds
2014-09-24 Chris Masoniowatcher: Fine tune the ticks
2014-09-24 Andrew Priceiowatcher: Fix a label overflow in plot_io
2014-09-24 Chris Masoniowatcher: Don't print a legend on the tput graphs...
2014-09-24 Chris Masoniowatcher: Update the FSF address in all files
2014-09-24 Chris Masoniowatcher: Add support for fio bandwith logs (-F logfile)
2014-09-24 Chris Masoniowatcher: Handle traces to more than once device at...
2014-09-24 Nikita Daniloviowatcher: iowatcher: specify ffmpeg codec
2014-09-24 Chris Masoniowatcher: Fix some rounding errors around the max...
2014-09-24 Chris Masoniowatcher: Add -K command line option to keep the movie...
2014-09-24 Eric Sandeeniowatcher: iowatcher: support png2theora for videos
2014-09-24 Yuanhan Liuiowatcher: Fix buffer overwrite issue
2014-09-24 Liu Boiowatcher: add blktrace destination options
2012-09-26 Jan Karaiowatcher: Per process IO graphs
2012-09-21 Chris Masoniowatcher: Make sure we add the xtick labels if we...
2012-09-11 Chris Masoniowatcher: Merge branch 'jan'
2012-09-11 Jan Karaiowatcher: Add option to set action which should be...
2012-09-11 Jan Karaiowatcher: Add options to limit time and sector range
2012-09-11 Jan Karaiowatcher: Add possibility to limit seconds from below
2012-09-11 Jan Karaiowatcher: Rename seconds to max_seconds
2012-09-11 Jan Karaiowatcher: Add support for limitting IO graph offset...
2012-09-11 Jan Karaiowatcher: Fix typo in option description
2012-08-31 Chris Masoniowatcher: Check for null mpstat structs while generati...
2012-08-28 Chris Masoniowatcher: Add -c to split the graphs up into multiple...
2012-08-27 Chris Masoniowatcher: Fix divide by zero while calculating averages
2012-08-27 Chris Masoniowatcher: Update the README and the --help output
2012-08-27 Chris Masoniowatcher: Start support for multiple colums of plots
2012-08-27 Chris Masoniowatcher: Add initial support for flash tracing
2012-08-23 Chris Masoniowatcher: Add a new movie mode that maps the IOs onto...
2012-08-21 Chris Masoniowatcher: Switch to ffmpeg for movie encoding. Chrome...
2012-08-20 Chris Masoniowatcher: Add back missing plot title
2012-08-20 Chris Masoniowatcher: Fix --help definition
2012-08-20 Chris Masoniowatcher: Add movie support
2012-08-16 Chris Masoniowatcher: Add mpstat graphing support
2012-08-15 Chris Masoniowatcher: Initial revision