Jump to content

TRACE.EXE

From EDM2
Revision as of 03:43, 28 January 2021 by Martini (talk | contribs)

The Event Tracing Control utility enables or disables the tracing og individual tracepoints. It controls static and dynamic tracepoints.

Syntax

Usage 1: TRACE [/S|/R][/C][/Q]

       where: /S = suspend, /R = resume, /C = clear, /Q = query.

Usage 2: TRACE ON|OFF [static_spec] [/S|/R][/C][/Q]

       where: static_spec = major[(minor range)][,major.....]

Usage 3: TRACE ON|OFF dynamic_spec [/S|/R][/C][/Q]

       where: dynamic_spec = [module_spec[(minor range)|(group[=type_list])]]|
                             [tdffile_spec[(minor range)|(group[=type_list])]]

Usage 4: TRACE ON|OFF /P:ALL|pidlist [/S|/R][/C][/Q]

       where: pidlist = hexpid1[,hexpid2,,,,,]

Usage 5: TRACE ON|OFF /N:namelist [/S|/R][/C][/Q]

       where: namelist = exe_spec1[,exe_spec2,,,,,]

Usage 6: TRACE ON|OFF [/D:sysdata] [/B[:bufsize]] [/M:bufmode] [/S|/R][/C][/Q]

       where: sysdata = [[TID][,SLOT][,PROCNAME][,SSESP][,CSEIP][,TSC]]|[ALL]
              bufsize = buffer size in Kb with ON
              bufmode = [W|NW][,Q|NQ][,DTI|NTDI]

Versions

Date Version Size Comments
2002-03-11 2.7 56,064 bytes