Home
last modified time | relevance | path

Searched refs:findall (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dcheckkconfigsymbols.py247 if re.findall(r"[URMADC]{1}", line[:2]):
397 symbols = REGEX_SOURCE_SYMBOL.findall(line)
408 return REGEX_SYMBOL.findall(line)
449 symbol_def = REGEX_KCONFIG_DEF.findall(line)
/kernel/linux/linux-6.6/scripts/
H A Dcheckkconfigsymbols.py249 if re.findall(r"[URMADC]{1}", line[:2]):
399 symbols = REGEX_SOURCE_SYMBOL.findall(line)
410 return REGEX_SYMBOL.findall(line)
450 symbol_def = REGEX_KCONFIG_DEF.findall(line)
H A Dbpf_doc.py242 self.enum_syscalls = re.findall(r'(BPF\w+)+', bpf_cmd_str)
281 self.define_unique_helpers = re.findall(r'FN\(\w+, \d+, ##ctx\)', fn_defines_str)
/kernel/liteos_m/tools/
H A Dmem_analysis.py236 obj_name = re.findall(pl, strs[3])
259 obj_name = re.findall(pl, strs[2])
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py110 entries.update(pattern.findall(line))
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H A Dtdc.py299 match_index = re.findall(match_pattern, procout)
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A Dtdc.py419 match_index = re.findall(match_pattern, procout)
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py620 if re.findall('{(?P<n>[a-z,A-Z,0-9]*)}', func):
622 for arg in re.findall('{(?P<n>[a-z,A-Z,0-9]*)}', fmt):
6419 for arg in re.findall('{(?P<n>[a-z,A-Z,0-9]*)}', format):
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py662 if re.findall('{(?P<n>[a-z,A-Z,0-9]*)}', func):
664 for arg in re.findall('{(?P<n>[a-z,A-Z,0-9]*)}', fmt):
6657 for arg in re.findall('{(?P<n>[a-z,A-Z,0-9]*)}', format):

Completed in 23 milliseconds