Home
last modified time | relevance | path

Searched refs:match (Results 1 – 14 of 14) sorted by relevance

/scripts/
Danalyze_suspend.py219 m = re.match('(?P<name>.*)_dmesg\.txt$', self.dmesgfile)
223 m = re.match('(?P<name>.*)_ftrace\.txt$', self.ftracefile)
262 mD = re.match('^(?P<y>[0-9]*)-(?P<m>[0-9]*)-(?P<d>[0-9]*)', outD)
263 mT = re.match('^(?P<h>[0-9]*):(?P<m>[0-9]*):(?P<s>[0-9]*)', outT)
287 m = re.match('[ \t]*(\[ *)(?P<ktime>[0-9\.]*)(\]) (?P<msg>.*)', line)
301 m = re.match('[ \t]*(\[ *)(?P<ktime>[0-9\.]*)(\]) (?P<msg>.*)', line)
357 if re.match(self.kprobes[name]['mask'], target):
396 m = re.match('.* '+arg+'=(?P<arg>.*) ', data);
400 m = re.match('.* '+arg+'=(?P<arg>.*)', data);
771 m = re.match(mstr, title)
[all …]
Dcheckkconfigsymbols.py91 if args.diff and not re.match(r"^[\w\-\.]+\.\.[\w\-\.]+$", args.diff):
109 re.match(args.ignore, "this/is/just/a/test.c")
277 if REGEX_FILE_KCONFIG.match(gitfile):
329 if REGEX_FILE_KCONFIG.match(gitfile):
332 if ignore and not re.match(ignore, gitfile):
423 if ignore and re.match(ignore, kfile):
448 if REGEX_KCONFIG_DEF.match(line):
452 elif REGEX_KCONFIG_HELP.match(line):
457 elif REGEX_KCONFIG_STMT.match(line):
467 if REGEX_NUMERIC.match(symbol):
Dver_linux36 if (/libc.*so$/ && match(procmaps[n], /[0-9]+([.]?[0-9]+)+/)) {
75 if (!/ver_linux/ && match($0, /[0-9]+([.]?[0-9]+)+/)) {
Dcheckpatch.pl1213 my $match = $1;
1214 $res =~ s/\Q$match\E/"$;" x length($match)/e;
3706 my ($match, $from, $to, $ident) = ($1, $2, $2, $3);
3724 my $sub_from = $match;
3725 my $sub_to = $match;
6144 my $match = $2;
6148 $to |= $mode_permission_string_types{$match};
6150 $val .= $match;
/scripts/coccinelle/misc/
Dirqf_oneshot.cocci76 @match depends on report || org@
83 p << match.p;
89 p << match.p;
/scripts/mod/
Dmodpost.c783 static int match(const char *sym, const char * const pat[]) in match() function
857 !match(sec, section_white_list)) { in check_section()
1097 if (match(fromsec, check->fromsec)) { in section_mismatch()
1098 if (check->bad_tosec[0] && match(tosec, check->bad_tosec)) in section_mismatch()
1100 if (check->good_tosec[0] && !match(tosec, check->good_tosec)) in section_mismatch()
1166 if (match(tosec, init_data_sections) && in secref_whitelist()
1167 match(fromsec, data_sections) && in secref_whitelist()
1173 match(fromsec, data_sections) && in secref_whitelist()
1178 if (match(tosec, init_exit_sections) && in secref_whitelist()
1179 match(fromsec, data_sections) && in secref_whitelist()
[all …]
/scripts/tracing/
Ddraw_functrace.py106 m = re.match("[^]]+?\\] +([0-9.]+): (\\w+) <-(\\w+)", line)
/scripts/coccinelle/locks/
Dmini_lock.cocci1 /// Find missing unlocks. This semantic match considers the specific case
/scripts/kconfig/
Dzconf.lex.c_shipped247 * If so, '^' rules will be active on the next match, otherwise
267 * still have a bunch of tokens to match, though, because of
1095 /* rule 1 can match eol */
1097 /* rule 2 can match eol */
1143 /* rule 8 can match eol */
1205 /* rule 21 can match eol */
1227 /* rule 24 can match eol */
1246 /* rule 27 can match eol */
1264 /* rule 29 can match eol */
1293 /* rule 32 can match eol */
[all …]
Dsymbol.c1012 regmatch_t match[1]; in sym_re_search() local
1024 if (regexec(&re, sym->name, 1, match, 0)) in sym_re_search()
1038 sym_match_arr[cnt].so = match[0].rm_so; in sym_re_search()
1039 sym_match_arr[cnt].eo = match[0].rm_eo; in sym_re_search()
/scripts/gdb/linux/
Dsymbols.py88 if re.match(module_pattern, name) and os.path.exists(name):
/scripts/dtc/
Ddtc-lexer.lex.c_shipped230 * If so, '^' rules will be active on the next match, otherwise
250 * still have a bunch of tokens to match, though, because of
940 /* rule 1 can match eol */
950 /* rule 2 can match eol */
994 /* rule 3 can match eol */
1088 /* rule 11 can match eol */
1169 /* rule 18 can match eol */
1175 /* rule 19 can match eol */
1181 /* rule 20 can match eol */
1269 * back-up) that will match for the new input source.
/scripts/genksyms/
Dlex.lex.c_shipped219 * If so, '^' rules will be active on the next match, otherwise
239 * still have a bunch of tokens to match, though, because of
844 /* rule 1 can match eol */
849 /* rule 2 can match eol */
854 /* rule 3 can match eol */
864 /* rule 5 can match eol */
869 /* rule 6 can match eol */
927 * back-up) that will match for the new input source.
/scripts/coccinelle/null/
Dderef_null.cocci25 // The following two rules are separate, because both can match a single