Lines Matching full:match
113 Another way is to use wildcards. The match rule supports ``*`` (matches
115 example, you can match all usb drivers::
119 At the syntactical level, a command comprises a sequence of match
122 command ::= match-spec* flags-spec
124 The match-spec's are used to choose a subset of the known pr_debug()
127 match-specs will select all debug statement callsites.
129 A match specification comprises a keyword, which controls the
133 match-spec ::= 'func' string |
180 string. Note that the string does not need to match the
190 format nfsd:\040SETATTR // one way to match a format with whitespace
191 format "nfsd: SETATTR" // a neater way to match a format with whitespace
192 format 'nfsd: SETATTR' // yet another way to match a format with whitespace
293 ``QUERY``, and only 1 match-spec of each type is allowed.