░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/usr/src/linux-azure-6.17-headers-6.17.0-1021/tools/testing/ktest
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: compare-ktest-sample.pl
#!/usr/bin/env perl # SPDX-License-Identifier: GPL-2.0 open (IN,"ktest.pl"); while (<IN>) { # hashes are now used if (/\$opt\{"?([A-Z].*?)(\[.*\])?"?\}/ || /^\s*"?([A-Z].*?)"?\s*=>\s*/ || /set_test_option\("(.*?)"/) { $opt{$1} = 1; } } close IN; open (IN, "sample.conf"); while (<IN>) { if (/^\s*#?\s*([A-Z]\S*)\s*=/) { $samp{$1} = 1; } } close IN; foreach $opt (keys %opt) { if (!defined($samp{$opt})) { print "opt = $opt\n"; } } foreach $samp (keys %samp) { if (!defined($opt{$samp})) { print "samp = $samp\n"; } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 examples/
DIR
—
2026-07-24 06:56
📄 compare-ktest-sample.pl
PL
563 B
2025-09-28 21:39
EDIT
📄 config-bisect.pl
PL
17.7 KB
2026-07-01 20:12
EDIT
📄 ktest.pl
PL
104.4 KB
2025-09-28 21:39
EDIT