summaryrefslogtreecommitdiff
path: root/bin/analyze-kconfig.py
diff options
context:
space:
mode:
authorBirte Kristina Friesel <birte.friesel@uos.de>2023-11-13 14:00:31 +0100
committerBirte Kristina Friesel <birte.friesel@uos.de>2023-11-13 14:00:31 +0100
commitd71cc09928bcc1a14b76eeef844d6d0f7960202e (patch)
treedfd6c3b4ba03ec98695de2dbcf69a983e32e3a53 /bin/analyze-kconfig.py
parent442f3aab75c742d4177912e9f0bcdac8a6ca1e9f (diff)
move --function-override to lib/cli.py
Diffstat (limited to 'bin/analyze-kconfig.py')
-rwxr-xr-xbin/analyze-kconfig.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/analyze-kconfig.py b/bin/analyze-kconfig.py
index 51bee11..0f7c4ba 100755
--- a/bin/analyze-kconfig.py
+++ b/bin/analyze-kconfig.py
@@ -173,14 +173,6 @@ def main():
"Also plots the corresponding measurements. "
"If gplearn function is set, it is plotted using dashed lines.",
)
- parser.add_argument(
- "--function-override",
- metavar="<name> <attribute> <function>[;<name> <attribute> <function>;...]",
- type=str,
- help="Manually specify the function to fit for <name> <attribute>. "
- "A function specified this way bypasses parameter detection: "
- "It is always assigned, even if the model seems to be independent of the parameters it references.",
- )
parser.add_argument("kconfig_path", type=str, help="Path to Kconfig file")
parser.add_argument(
"model",