Home
last modified time | relevance | path

Searched refs:endswith (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Dsymbols.py40 pagination = show_pagination.endswith("on.\n")
80 if name.endswith(".ko") or name.endswith(".ko.debug"):
154 if (obj.filename.endswith('vmlinux') or
155 obj.filename.endswith('vmlinux.debug')):
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dsymbols.py40 pagination = show_pagination.endswith("on.\n")
80 if name.endswith(".ko") or name.endswith(".ko.debug"):
151 if obj.filename.endswith('vmlinux'):
/kernel/linux/linux-5.10/scripts/clang-tools/
H A Dgen_compile_commands.py211 elif path.endswith('.o'):
213 elif path.endswith('.a'):
215 elif path.endswith('modules.order'):
/kernel/linux/linux-6.6/scripts/clang-tools/
H A Dgen_compile_commands.py204 elif path.endswith('.a'):
206 elif path.endswith('modules.order'):
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Djevents.py69 return s[0:-len(suffix)] if s.endswith(suffix) else s
430 if item.is_file() and item.name.endswith('.json'):
464 if _pending_events_tblname.endswith('_sys'):
519 if _pending_metrics_tblname.endswith('_sys'):
559 if topic.endswith('metrics.json'):
575 if not item.is_file() or not item.name.endswith('.json'):
628 if not item.is_file() or not item.name.endswith('.json') or item.name == 'metricgroups.json':
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dkernel_include.py90 if path.startswith('<') and path.endswith('>'):
165 if text.endswith('\n'):
H A Dkfigure.py360 if uri.endswith('.*') or uri.find('://') != -1:
396 if uri.endswith('.*') or uri.find('://') != -1:
/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkernel_include.py93 if path.startswith('<') and path.endswith('>'):
168 if text.endswith('\n'):
H A Dkfigure.py458 if uri.endswith('.*') or uri.find('://') != -1:
494 if uri.endswith('.*') or uri.find('://') != -1:
/kernel/linux/linux-5.10/scripts/
H A Dspdxcheck.py181 if line.strip().endswith('*/'):
184 if line.strip().endswith('-->'):
H A Dcheckkconfigsymbols.py366 if symbol.endswith("_MODULE"):
461 while line.endswith("\\"):
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py212 if line.strip().endswith('*/'):
215 if line.strip().endswith('-->'):
265 elif line.endswith('/'):
H A Dcheckkconfigsymbols.py368 if symbol.endswith("_MODULE"):
456 while line.endswith("\\"):
/kernel/linux/linux-6.6/tools/verification/dot2/
H A Dautomata.py32 if basename.endswith(".dot") == False:
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dflamegraph.py81 if dso and (dso == "[kernel.kallsyms]" or dso.endswith("/vmlinux")):
H A Dgecko.py161 or frame_str.endswith('.ko)') \
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py13 if not filename.endswith('.c'):
/kernel/linux/linux-6.6/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_csv_to_c.py12 if not filename.endswith('.c'):
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_kernel.py196 options = [f[:-3] for f in os.listdir(QEMU_CONFIGS_DIR) if f.endswith('.py')]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H A Dtdc.py50 if (fn.endswith('.py') and
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py186 return evdev.name.endswith(application)
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H A Dtdc.py50 if (fn.endswith('.py') and
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py1195 if c.endswith('d') or c.endswith('h') or c.endswith('m'):
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py1309 if c.endswith('d') or c.endswith('h') or c.endswith('m'):
/kernel/linux/linux-6.6/tools/net/ynl/
H A Dynl-gen-c.py1094 self._silent_block = line.endswith(')') and CodeWriter._is_cond(line)

Completed in 31 milliseconds