-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Where is the function list_cpusetstr() defined? It is called in sysreport/src/cpulist.py but it is not defined in this codebase or in pyperf.
% ruff check --output-format=concise # https://docs.astral.sh/ruff/linter
src/cpulist.py:371:39: F405 `list_cpusetstr` may be undefined, or defined from star imports
src/cpulist.py:372:39: F405 `list_cpusetstr` may be undefined, or defined from star imports
Lines 371 to 372 in ea35556
| print(" package: %s" % list_cpusetstr(CPUlist_to_cpulist(self.system.cpus_by_package[p]))) | |
| print(" self.cpus: %s" % list_cpusetstr(self.cpus)) |
Metadata
Metadata
Assignees
Labels
No labels