Lines Matching refs:match
111 A another way is to use wildcard. The match rule support '*' (matches
113 example, you can match all usb drivers:
117 At the syntactical level, a command comprises a sequence of match
120 command ::= match-spec* flags-spec
122 The match-spec's are used to choose a subset of the known pr_debug()
125 match-specs will select all debug statement callsites.
127 A match specification comprises a keyword, which controls the
131 match-spec ::= 'func' string |
174 string. Note that the string does not need to match the
184 format nfsd:\040SETATTR // one way to match a format with whitespace
185 format "nfsd: SETATTR" // a neater way to match a format with whitespace
186 format 'nfsd: SETATTR' // yet another way to match a format with whitespace
282 "QUERY", and only 1 match-spec of each type is allowed.