From 284724ae8895cdf4df18eac62690b9d7c0a407ed Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 26 Jul 2011 14:19:33 -0400 Subject: [PATCH] Clarify local static scope Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index d0636cf..1400952 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -1026,8 +1026,9 @@ event context to define a variant referring to the "id" field of the event header as selector. The target dynamic scope must be specified explicitly when referring to -a field outside of the local static scope. The dynamic scope prefixes -are thus: +a field outside of the local static scope (a local static scope contains +all fields present within the same scope, at the same nesting level). +The dynamic scope prefixes are thus: - Trace Packet Header: , - Stream Packet Context: , -- 2.34.1