Jump to content

TRACE.EXE: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "The Event Tracing Control utility enables or disables the tracing og individual tracepoints. It controls static and dynamic tracepoints. Category:Event Tracing Facility"
 
Ak120 (talk | contribs)
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
The Event Tracing Control utility enables or disables the tracing og individual tracepoints. It controls static and dynamic tracepoints.
The Event Tracing Control utility enables or disables the tracing of individual trace points. It controls static and dynamic trace points.
 
==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==
{|class="wikitable"
!Date||Version||Size||Comments
|-
|2002-03-11||2.7||56,064 bytes||
|}


[[Category:Event Tracing Facility]]
[[Category:Event Tracing Facility]]

Latest revision as of 11:52, 30 January 2021

The Event Tracing Control utility enables or disables the tracing of individual trace points. It controls static and dynamic trace points.

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