aboutsummaryrefslogtreecommitdiffstats
path: root/blktrace.h
AgeCommit message (Expand)AuthorFilesLines
2013-03-19More accurate calculation of the total read/write valuesIvan Dyukov1-0/+4
2012-02-27Too small arrays for file namesVasily Tarasov1-1/+2
2011-05-26blktrace: Use be32_to_cpu for blk_io_trace->cpu.Tao Ma1-1/+1
2008-04-02blkparse: Introduce optional accounting of PC requestsChristof Schmitt1-0/+3
2007-05-21Account size of mergesJens Axboe1-0/+1
2006-12-01[PATCH] Add timestamp supportOlaf Kirch1-0/+1
2006-03-28[PATCH] blktrace: fix sendfile problem with > buf_size xmitsTom Zanussi1-0/+1
2006-02-14[PATCH] check_data_endianess left in half-done stateJens Axboe1-5/+3
2006-02-09[PATCH] Shrink the trace by 1/3 by removing ->comm[16]Jens Axboe1-4/+4
2006-02-06[PATCH] Remove native/non-native printJens Axboe1-2/+0
2006-02-06[PATCH] Allow trace data to stay CPU endiannessJens Axboe1-16/+27
2006-02-02[PATCH] blkparse: make skip detection per-CPU as wellJens Axboe1-0/+3
2006-02-02[PATCH] Make the sequence per-CPU so the kernel side can be locklessJens Axboe1-1/+7
2006-01-31[PATCH] blkparse: cut down on excessive number of fcntl() callsJens Axboe1-0/+1
2006-01-13[PATCH] blkparse: dump requeue info as wellJens Axboe1-1/+1
2005-10-06[PATCH] blkparse: fix remap sectors dump, it was in kbJens Axboe1-0/+3
2005-10-05[PATCH] Typo: __BIT_ENDIAN -> __BIG_ENDIANJens Axboe1-1/+1
2005-10-05[PATCH] Better endianness checkJens Axboe1-4/+4
2005-10-05[PATCH] blkparse: Add -a/-A options to blkparse as wellAlan D. Brunelle1-0/+3
2005-09-29[PATCH] Assorted compiler warningsJens Axboe1-2/+2
2005-09-26[PATCH] blkparse: Add option to hash process by nameJens Axboe1-0/+3
2005-09-25[PATCH] blkparse: split format parsing into seperate fileJens Axboe1-0/+36
2005-09-12[PATCH] Add support for tracing multiple devicesNathan Scott1-1/+3
2005-09-06[PATCH] Missed the ->device in endianness conversionsJens Axboe1-2/+0
2005-09-06[PATCH] Bump ->cpu to 32-bits for alignment and add process nameNathan Scott1-3/+7
2005-09-06[PATCH] Missing ->cpu endianness conversionNathan Scott1-0/+2
2005-09-05[PATCH] Support for live tracingJens Axboe1-1/+1
2005-08-29[PATCH] Always store trace data in big endian formatJens Axboe1-68/+60
2005-08-26Initial commitJens Axboe1-0/+79