mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 20:06:39 +07:00
ef7a77c6de
CLK_GET_RATE_NOCACHE depends on CONFIG_COMMON_CLK. Importing constants.py
when CONFIG_COMMON_CLK is not defined causes:
(gdb) lx-symbols
(...)
File "scripts/gdb/linux/proc.py", line 15, in <module>
from linux import constants
File "scripts/gdb/linux/constants.py", line 2, in <module>
LX_CLK_GET_RATE_NOCACHE = gdb.parse_and_eval("CLK_GET_RATE_NOCACHE")
gdb.error: No symbol "CLK_GET_RATE_NOCACHE" in current context.
Link: http://lkml.kernel.org/r/20190523195313.24701-1-farosas@linux.ibm.com
Fixes:
|
||
---|---|---|
.. | ||
__init__.py | ||
.gitignore | ||
clk.py | ||
config.py | ||
constants.py.in | ||
cpus.py | ||
dmesg.py | ||
lists.py | ||
Makefile | ||
modules.py | ||
proc.py | ||
rbtree.py | ||
symbols.py | ||
tasks.py | ||
timerlist.py | ||
utils.py |