STRACE ASCII Dump Format

The format of the ASCII dump file produced by the STRACE POST command is described below. Each hook is listed on a single line containing information about the hook type, major code, minor code, time stamp, processor ID, and hook-specific data.

A sample STRACE.OUT file is shown here:

 102   13   29 9450:1545341324 0 fff37182 fff05c9c
 102   13   2b 9450:1545341598 0 fff37198 fff05c9c
 102   13   29 9450:1545342287 0 fff371a3 fff05c9c
 102   13   2b 9450:1545342546 0 fff371ae fff05c9c
 104   13   4b 9450:1545343593 0 00000001 00000004 fff05d1c fff405a3
 100    4   89 9450:1545343975 0
3401   a8    3 9450:1546123683 2 -- strace.mte --
 104   13    9 9450:1546180366 2 00000000 00000001 fff05f58 fff47a71
 101   15    1 9450:1546183708 0 fff48224
 100   15   81 9450:1546184199 0
 101   15    1 9450:1546184525 1 fff48224
 100   15   81 9450:1546184847 1
 101   15    1 9450:1546185450 3 fff48224
 104   13   4b 9450:1546185848 2 00000001 00000004 fff05f58 fff47f38
 100   15   81 9450:1546185851 3
 100   13   3b 9450:1546189361 2
 100   13   39 9450:1546189762 0
 104   13    9 9450:1546191925 2 00000000 00000001 fff05ed8 fff6e0d5
 104   13   4b 9450:1546193003 2 00000001 00000004 fff05ed8 fff6e136
 100   13   3b 9450:1546193765 0
 100   13   39 9450:1546194102 1
 100   13   3b 9450:1546194683 1
 100   13   3a 9450:1546194745 2
 104   13    9 9450:1546194789 0 00000000 00000040 fff05d40 fff42840
 100   13   39 9450:1546195040 2
 104   13    9 9450:1546197102 2 00000000 00000001 fff05ed8 fff6e467

The general format for trace output is:

tttt MM mm TTTTTTTT:tttttttt p dddddddd...ddd
|    |  |  |        |        | |
|    |  |  |        |        | +--- Data in hex, described below, and hook type specific
|    |  |  |        |        |
|    |  |  |        |        +----- Processor ID in decimal (0,1,2,3,...,63)
|    |  |  |        |
|    |  |  |        +-------------- Low-order 32 bits of Time Stamp (Pentium cycle counter)
|    |  |  |                        (in decimal)
|    |  |  |
|    |  |  +----------------------- High-order 32 bits of Pentium cycle counter (in decimal)
|    |  |
|    |  +-------------------------- Minor Code (in hex)
|    +----------------------------- Major Code (in hex)
|
+---------------------------------- Hook Type (in hex)


[Back: STRACE POST Processing]
[Next: Hook Types]