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

  /external/blktrace/btt/
Android.mk 4 LOCAL_SRC_FILES := args.c bt_timeline.c devmap.c devs.c dip_rb.c iostat.c \
Makefile 16 OBJS = args.o bt_timeline.o devmap.o devs.o dip_rb.o iostat.o latency.o \
  /external/bluetooth/bluez/attrib/
gattrib.c 265 GIOStatus iostat; local
278 iostat = g_io_channel_write_chars(io, (gchar *) cmd->pdu, cmd->len,
280 if (iostat != G_IO_STATUS_NORMAL)
321 GIOStatus iostat; local
338 iostat = g_io_channel_read_chars(io, (gchar *) buf, sizeof(buf),
340 if (iostat != G_IO_STATUS_NORMAL) {
  /external/blktrace/btt/doc/
btt.tex 455 \item[iostat] iostat-like data can be distilled by btt, and is
456 described in section~\ref{sec:iostat}.
463 \item[iostat] Latency information -- both Q2d, D2c and Q2C --
598 \newpage\section{\label{sec:iostat}iostat Data File}
600 \texttt{iostat -x} command in parallel with the system as it is being
601 traced. The fields (columns) generated by the \texttt{--iostat} or
811 [ -I <output name> | --iostat=<output name> ]
823 [ -S <interval> | --iostat-interval=<interval>
    [all...]

Completed in 2149 milliseconds