aboutsummaryrefslogtreecommitdiffstats
path: root/blkparse.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-24Properly initialize trace.name in find_trace_fileHEADmasterChris Mason1-1/+1
2014-04-27Fix up some strcpy and strcat usageAndrew Price1-1/+3
2014-04-27Clean up some unused functions, make others staticAndrew Price1-3/+3
2014-04-27Convert start_mpstat to run_programAndrew Price1-1/+1
2014-04-26Rework --prog to make arg processing saferAndrew Price1-1/+3
2014-04-26Separate program running from waitingAndrew Price1-1/+1
2014-03-28Merge trace dumping functions into oneAndrew Price1-54/+50
2014-03-27Fix up directory trace processingAndrew Price1-46/+95
2013-09-24Handle REQUEUE eventsJan Kara1-0/+5
2013-09-24Make seconds unsignedJan Kara1-1/+1
2013-09-24Remove duplicate defines from blkparse.cJan Kara1-7/+0
2013-09-24Skip events beyond max_secondsJan Kara1-10/+6
2013-01-21Update the FSF address in all filesChris Mason1-1/+1
2013-01-17Handle traces to more than once device at a timeChris Mason1-15/+201
2012-10-23Fix crash due to missing queue actionJan Kara1-5/+8
2012-10-22Only hash IOs if there are completion or issue eventsChris Mason1-27/+37
2012-10-17Fix path name handling when the trace files are in the current directoryChris Mason1-1/+1
2012-09-25Per process IO graphsJan Kara1-15/+167
2012-09-10Add option to set action which should be displayed in the IO graphJan Kara1-0/+16
2012-09-10Ignore trace records beyond max_secondsJan Kara1-12/+6
2012-09-10Rename seconds to max_secondsJan Kara1-6/+6
2012-09-10Add support for limitting IO graph offset from belowJan Kara1-15/+26
2012-09-10Fix filtering of outliers from belowJan Kara1-1/+2
2012-09-10Define mask of trace action and use it instead of opencoding the constantJan Kara1-6/+8
2012-08-27Add initial support for flash tracingChris Mason1-5/+94
2012-08-16Add mpstat graphing supportChris Mason1-2/+1
2012-08-15Initial revisionChris Mason1-0/+690