|
<ProbeSpecifier> ::= <Identifier> |
This part of the grammar says that a ProbeIdentifier is a colon-separated list of Identifiers, but that precludes:
- wildcards (e.g.,
perl*:::*-entry)
- specifiers that omit components but keep the colons (e.g.,
zfs::arc-shrink)
- specifiers without colons (e.g.,
entry)
documentation/specification/chap-opendtrace-dlang.tex
Line 151 in d89ccdb
This part of the grammar says that a
ProbeIdentifieris a colon-separated list ofIdentifiers, but that precludes:perl*:::*-entry)zfs::arc-shrink)entry)