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

  /external/blktrace/doc/
Makefile 1 DOCTMP = blktrace.log blktrace.aux blktrace.dvi
3 all: blktrace.pdf
5 blktrace.tex:
6 @touch blktrace.tex
8 blktrace.pdf: blktrace.tex
9 @latex blktrace.tex
10 @latex blktrace.te
    [all...]
blktrace.tex 21 \title{blktrace User Guide}
22 \author{blktrace: Jens Axboe (jens.axboe@oracle.com)\\
31 blktrace is a block layer IO tracing mechanism which provides detailed
39 you don't need to patch blktrace support as it is already included.
41 \item[blktrace] A utility which transfers event traces from the kernel
46 run in \emph{live} mode directly outputs data collected by blktrace.
49 \subsection{blktrace Download Area}
51 The blktrace and blkparse utilities and associated kernel patch are provided
54 git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git bt
60 blktrace. Some of the specific instructions below may need to be tailore
    [all...]
  /external/blktrace/
Android.mk 9 LOCAL_C_INCLUDES := external/blktrace/
17 LOCAL_SRC_FILES := blktrace.c act_mask.c
18 LOCAL_C_INCLUDES := external/blktrace/
20 LOCAL_MODULE := blktrace
27 LOCAL_C_INCLUDES := external/blktrace/
36 LOCAL_C_INCLUDES := external/blktrace/
45 #LOCAL_C_INCLUDES := external/blktrace/
btrace 38 ${DIRNAME}/blktrace ${TRACEOPTS} -o- $@ | ${DIRNAME}/blkparse ${PARSEOPTS} -i-
Makefile 4 PROGS = blkparse blktrace verify_blkparse blkrawverify blkiomon
28 blktrace: blktrace.o act_mask.o
btrace.spec 49 %doc README doc/blktrace.pdf
  /external/blktrace/btt/
Android.mk 11 LOCAL_C_INCLUDES := external/blktrace external/blktrace/btt
  /external/autotest/client/profilers/blktrace/
blktrace.py 2 Autotest profiler for blktrace
3 blktrace - generate traces of the i/o traffic on block devices
10 class blktrace(profiler.profiler): class in inherits:profiler.profiler
15 self.blktrace = os.path.join(self.srcdir, 'blktrace')
27 def setup(self, tarball='blktrace.tar.bz2', **dargs):
43 raise error.TestWarn('No device specified for blktrace')
53 self.blktrace_job = utils.BgJob('%s /dev/%s' % (self.blktrace, device))
63 output_file = os.path.join(test.profdir, 'blktrace')
  /external/blktrace/btreplay/doc/
btreplay.tex 49 \texttt{blktrace}\footnote{\texttt{git://git.kernel.dk/blktrace.git}}
50 directory, as it includes \texttt{../blktrace} in the \texttt{Makefile}.
56 The \texttt{blktrace} utility provides the ability to collect detailed
69 \item Run \texttt{blktrace} to collect traces. Here you specify the
73 specify the \texttt{-a queue} command line option to \texttt{blktrace}.
75 \item While \texttt{blktrace} is running, you run the workload that you
78 \item When the work load has completed, you stop the \texttt{blktrace}
82 \texttt{blktrace} using the \texttt{btrecord} utility. This will parse
83 each trace file created by \texttt{blktrace}, and craft IO description
    [all...]
  /external/fio/
Android.mk 31 td_error.c diskutil.c blktrace.c trim.c fifo.c cgroup.c
Makefile 112 SOURCE += diskutil.c fifo.c blktrace.c cgroup.c trim.c engines/sg.c \
118 SOURCE += diskutil.c fifo.c blktrace.c trim.c profiles/tiobench.c \
  /external/blktrace/btt/doc/
btt.tex 33 tool called blktrace. As noted in its Users Guide, blktrace
40 blktrace is capable of producing tremendous amounts of output in the
72 \item Run \texttt{blktrace}, specifying whatever devices and other
91 \texttt{blktrace} produces a series of binary files
    [all...]

Completed in 127 milliseconds