Home | History | Annotate | Download | only in doc

Lines Matching refs:hline

384 \begin{tabular}{|l|l|l|}\hline
385 Short & Long & Description \\ \hline\hline
386 -A \emph{hex-mask} & --set-mask=\emph{hex-mask} & Set filter mask to \emph{hex-mask} \\ \hline
387 -a \emph{mask} & --act-mask=\emph{mask} & Add \emph{mask} to current filter (see below for masks) \\ \hline
388 -b \emph{size} & --buffer-size=\emph{size} & Specifies buffer size for event extraction (scaled by $2^{10}$) \\ \hline
389 -d \emph{dev} & --dev=\emph{dev} & Adds \emph{dev} as a device to trace \\ \hline
390 -k & --kill & Kill on-going trace \\ \hline
391 -n \emph{num-sub} & --num-sub=\emph{num-sub} & Specifies number of buffers to use \\ \hline
392 -o \emph{file} & --output=\emph{file} & Prepend \emph{file} to output file name(s) \\ \hline
393 -r \emph{rel-path} & --relay=\emph{rel-path} & Specifies debugfs mount point \\ \hline
394 -V & --version & Outputs version \\ \hline
395 -w \emph{seconds} & --stopwatch=\emph{seconds} & Sets run time to the number of seconds specified \\ \hline
397 & & (One device per line.) \\ \hline
405 \begin{tabular}{|l|l|}\hline
406 barrier & \emph{barrier} attribute \\ \hline
407 complete & \emph{completed} by driver \\ \hline
408 fs & \emph{FS} requests \\ \hline
409 issue & \emph{issued} to driver \\ \hline
410 pc & \emph{packet command} events \\ \hline
411 queue & \emph{queue} operations \\ \hline
412 read & \emph{read} traces \\ \hline
413 requeue & \emph{requeue} operations \\ \hline
414 sync & \emph{synchronous} attribute \\ \hline
415 write & \emph{write} traces \\ \hline
416 notify & \emph{notify} trace messages \\ \hline
471 \begin{tabular}{|l|l|l|}\hline
472 Short & Long & Description \\ \hline\hline
473 -b \emph{batch} & --batch={batch} & Standard input read batching \\ \hline
477 & & (reading data from standard in). \\ \hline
486 & & action specifiers in section~\ref{sec:act-table} \\ \hline
489 -m & --missing & Print missing entries\\ \hline
491 -h & --hash-by-name & Hash processes by name, not by PID\\ \hline
493 -o \emph{file} & --output=\emph{file} & Output file \\ \hline
494 -O & --no-text-output & Do \emph{not} produce text output, used for binary (-d) only \\ \hline
496 -d \emph{file} & --dump-binary=\emph{file} & Binary output file \\ \hline
498 -q & --quiet & Quite mode \\ \hline
500 -s & --per-program-stats & Displays data sorted by program \\ \hline
502 -t & --track-ios & Display time deltas per IO \\ \hline
508 & & through {end-time} (in ns). \\ \hline
510 -M & --no-msgs & Do not add messages to binary output file \\\hline
511 -v & --verbose & More verbose marginal on marginal errors \\ \hline
512 -V & --version & Display version \\ \hline
590 \begin{tabular}{|l|l|}\hline
592 Specifier & \\ \hline\hline
593 \emph{a} & Action, a (small) string (1 or 2 characters) -- see table below for more details \\ \hline
594 \emph{c} & CPU id \\ \hline
595 \emph{C} & Command \\ \hline
596 \emph{d} & RWBS field, a (small) string (1-3 characters) -- see section below for more details \\ \hline
599 & (separated by a comma). \\ \hline
600 \emph{e} & Error value \\ \hline
601 \emph{m} & Minor number of event's device. \\ \hline
602 \emph{M} & Major number of event's device. \\ \hline
603 \emph{n} & Number of blocks \\ \hline
604 \emph{N} & Number of bytes \\ \hline
605 \emph{p} & Process ID \\ \hline
606 \emph{P} & Display packet data -- series of hexadecimal values\\ \hline
607 \emph{s} & Sequence numbers \\ \hline
608 \emph{S} & Sector number \\ \hline
609 \emph{t} & Time stamp (nanoseconds) \\ \hline
610 \emph{T} & Time stamp (seconds) \\ \hline
611 \emph{u} & Elapsed value in microseconds (\emph{-t} command line option) \\ \hline
612 \emph{U} & Payload unsigned integer \\ \hline
630 \begin{tabular}{|l|l|}\hline
631 Act & Description \\ \hline\hline
632 A & IO was remapped to a different device \\ \hline
633 B & IO bounced \\ \hline
634 C & IO completion \\ \hline
635 D & IO issued to driver \\ \hline
636 F & IO front merged with request on queue \\ \hline
637 G & Get request \\ \hline
638 I & IO inserted onto request queue \\ \hline
639 M & IO back merged with request on queue \\ \hline
640 P & Plug request \\ \hline
641 Q & IO handled by request queue code \\ \hline
642 S & Sleep request \\ \hline
643 T & Unplug due to timeout \\ \hline
644 U & Unplug request \\ \hline
645 X & Split \\ \hline
749 \begin{tabular}{|l|l|}\hline
751 & (BIO) Command queued by elevator. \\ \hline
752 BLK\_TA\_BACKMERGE & Back merging elevator operation \\ \hline
753 BLK\_TA\_FRONTMERGE & Front merging elevator operation \\ \hline
754 BLK\_TA\_GETRQ & Free request retrieved. \\ \hline
755 BLK\_TA\_SLEEPRQ & No requests available, device unplugged. \\ \hline
756 BLK\_TA\_REQUEUE & Request requeued. \\ \hline
757 BLK\_TA\_ISSUE & Command set to driver for request\_queue. \\ \hline
758 BLK\_TA\_COMPLETE & Command completed by driver. \\ \hline
759 BLK\_TA\_PLUG & Device is plugged \\ \hline
760 BLK\_TA\_UNPLUG\_IO & Unplug device as IO is made available. \\ \hline
761 BLK\_TA\_UNPLUG\_TIMER & Unplug device after timer expired. \\ \hline
762 BLK\_TA\_INSERT & Insert request into queue. \\ \hline
763 BLK\_TA\_SPLIT & BIO split into 2 or more requests. \\ \hline
764 BLK\_TA\_BOUNCE & BIO was bounced \\ \hline
765 BLK\_TA\_REMAP & BIO was remapped \\ \hline