Searched refs:findall (Results 1 - 9 of 9) sorted by relevance
| /kernel/linux/linux-5.10/scripts/ |
| H A D | checkkconfigsymbols.py | 247 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 D | checkkconfigsymbols.py | 249 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 D | bpf_doc.py | 242 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 D | mem_analysis.py | 236 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 D | test_bpftool_synctypes.py | 110 entries.update(pattern.findall(line))
|
| /kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 299 match_index = re.findall(match_pattern, procout)
|
| /kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 419 match_index = re.findall(match_pattern, procout)
|
| /kernel/linux/linux-5.10/tools/power/pm-graph/ |
| H A D | sleepgraph.py | 620 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 D | sleepgraph.py | 662 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