HomeSort by relevance Sort by last modified time
    Searched refs:btreplay (Results 1 - 5 of 5) sorted by null

  /external/blktrace/btreplay/doc/
Makefile 1 DOCTMP = btreplay.log btreplay.aux btreplay.dvi btreplay.toc
3 all: btreplay.dvi btreplay.pdf
5 btreplay.tex:
6 @touch btreplay.tex
8 btreplay.dvi: btreplay.tex abstract.te
    [all...]
btreplay.tex 25 \title{\texttt{btrecord} and \texttt{btreplay} User Guide}
41 \texttt{btrecord} and \texttt{btreplay}, and shows some commonly used
54 \newpage\section{\texttt{btrecord} and \texttt{btreplay} Operating Model}
87 files to be processed, you can run the \texttt{btreplay} utility which
106 IOs during the sample workload. \texttt{btreplay} \emph{attempts} to
127 \subsection{\texttt{btrecord/btreplay} Method of Operation}
158 about \emph{bunches} of IOs to be replayed. \texttt{btreplay} operates on
292 The \texttt{-V} option displays the \texttt{btreplay} version, as shown here:
382 \newpage\subsection{\texttt{btreplay} Command Line Options}
385 Usage: btreplay -- version 0.9.
    [all...]
  /external/blktrace/
Makefile 8 ALL = $(PROGS) $(SCRIPTS) btt/btt btreplay/btrecord btreplay/btreplay \
16 btreplay/btrecord:
17 $(MAKE) -C btreplay
19 btreplay/btreplay:
20 $(MAKE) -C btreplay
45 $(MAKE) -C btreplay docs
50 $(MAKE) -C btreplay clea
    [all...]
  /external/blktrace/btreplay/
Makefile 15 PROGS = btrecord btreplay
37 btreplay: btreplay.o
  /external/autotest/client/tests/btreplay/
btreplay.py 6 class btreplay(test.test): class in inherits:test.test
53 # directory) into btreplay's required format
57 cmd = "./btreplay/btrecord -d .. -D %s %s" % (tmpdir, dev)
62 cmd = self.ldlib + " /usr/bin/time ./btreplay/btreplay -d "+\
70 cmd = self.ldlib + " ./btreplay/btreplay -d %s -W %s %s" %\

Completed in 5606 milliseconds