aboutsummaryrefslogtreecommitdiffstats
path: root/plot.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-27Clean up some unused functions, make others staticAndrew Price1-63/+0
2014-01-08Merge Jan Kara's fixesChris Mason1-5/+13
2013-11-06Add bounds checking in find_stepAndrew Price1-3/+5
2013-09-24Make seconds unsignedJan Kara1-3/+9
2013-09-24Do not add events out of time range to the plotJan Kara1-1/+3
2013-09-24Fine tune the ticksChris Mason1-1/+1
2013-01-21Update the FSF address in all filesChris Mason1-1/+1
2013-01-20Add support for fio bandwith logs (-F logfile)Chris Mason1-0/+13
2013-01-17Handle traces to more than once device at a timeChris Mason1-2/+4
2013-01-14Fix spindle rotation in the movie modeChris Mason1-2/+2
2012-10-26Fix some rounding errors around the max offsetChris Mason1-3/+2
2012-09-25Per process IO graphsJan Kara1-22/+71
2012-09-10Improve xticks logicJan Kara1-10/+50
2012-09-10Add possibility to limit seconds from belowJan Kara1-9/+12
2012-09-10Rename seconds to max_secondsJan Kara1-6/+6
2012-09-10Add support for limitting IO graph offset from belowJan Kara1-9/+9
2012-08-28Add -c to split the graphs up into multiple columnsChris Mason1-20/+7
2012-08-27Start support for multiple colums of plotsChris Mason1-12/+45
2012-08-27Fix io line graphs at the edge of the X axisChris Mason1-1/+1
2012-08-27Fix the line graphs for values near the edges of the graphChris Mason1-2/+11
2012-08-27Add initial support for flash tracingChris Mason1-9/+44
2012-08-22Add a new movie mode that maps the IOs onto a platter.Chris Mason1-12/+161
2012-08-20Add movie supportChris Mason1-19/+152
2012-08-16Add mpstat graphing supportChris Mason1-4/+14
2012-08-15Initial revisionChris Mason1-0/+710