ETW Input Format From-Entity Syntax

Log Parser

ETW Input Format From-Entity Syntax

<from-entity> ::= <etl_file_name> [ , <etl_file_name> ... ] |
<live_session_name>
The <from-entity> specified in queries using the ETW input format can assume one of the following values:
  • A comma-separated list of paths to .etl ETW trace log files;
  • The name of an ETW live tracing session.

Examples:

FROM MyTrace1.etl, MyTrace2.etl, MyTrace3.etl
FROM \\COMPUTER01\TraceFiles\MyTrace.etl, \\COMPUTER02\TraceFiles\MyTrace.etl
FROM MyLiveSession


© 2004 Microsoft Corporation. All rights reserved.