Home
last modified time | relevance | path

Searched refs:blkparse (Results 1 – 9 of 9) sorted by relevance

/external/blktrace/
DMakefile4 PROGS = blkparse blktrace verify_blkparse blkrawverify blkiomon
25 blkparse: blkparse.o blkparse_fmt.o rbtree.o act_mask.o target
DAndroid.mk8 LOCAL_SRC_FILES := blkparse.c blkparse_fmt.c rbtree.c act_mask.c strverscmp.c
11 LOCAL_MODULE := blkparse
DREADME71 $ blkparse -i <input> [ -o <output> ] [ -b rb_batch ] [ -s ] [ -t ] [ -q ]
85 'start' isn't given, blkparse defaults the start time to 0.
133 Verifies an output file from blkparse. All it does is check if
147 and blkparse:
149 % blktrace -d <device> -o - | blkparse -i -
Dbtrace38 ${DIRNAME}/blktrace ${TRACEOPTS} -o- $@ | ${DIRNAME}/blkparse ${PARSEOPTS} -i-
/external/blktrace/doc/
Dblktrace.tex43 output (via blkparse).
45 \item[blkparse] A utility which formats events stored in files, or when
51 The blktrace and blkparse utilities and associated kernel patch are provided
65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git…
142 % blktrace -d /dev/sda -o - | blkparse -i -
223 formatting by blkparse. This would be useful if you want to get
228 blkparse to see the results.
268 % blkparse sdaa sdc sdo > events
368 \item blktrace may also be run concurrently with blkparse to produce
429 so that blkparse can decode it.
[all …]
/external/autotest/client/profilers/blktrace/
Dblktrace.py16 self.blkparse = os.path.join(self.srcdir, 'blkparse')
67 utils.system('%s %s > %s' % (self.blkparse, device, output_file))
/external/autotest/client/tests/btreplay/
DMakefile.patch9 PROGS = blkparse blktrace verify_blkparse blkrawverify
/external/blktrace/btt/doc/
Dbtt.tex87 \item Run \texttt{blkparse} with the \texttt{-d} option specifying
88 a file to store the combined binary stream. (e.g.: \texttt{blkparse
93 device. \texttt{blkparse} provides the ability to combine all the
97 \texttt{blkparse} utilizing the \texttt{-i} option (e.g.: \texttt{btt
140 is represented by a D in the blkparse output, hence its usage in
460 than grepping through a blkparse output file for example). The
/external/fio/
DHOWTO2096 replay, the file needs to be turned into a blkparse binary data file first
2097 (``blkparse <device> -o /dev/null -d file_for_fio.bin``).
2121 concurrently to multiple redirected devices you must blkparse your trace