Searched refs:bisect (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/ktest/examples/include/
H A Dbisect.conf2 # This example shows the bisect tests (git bisect and config bisect)
15 # Set TEST to 'bisect' to do a normal git bisect. You need
16 # to modify the options below to make it bisect the exact
19 TEST_START IF ${TEST} == bisect
20 TEST_TYPE = bisect
21 # You must set the commit that was considered good (git bisect good)
23 # You must set the commit that was considered bad (git bisect ba
[all...]
/linux-master/tools/perf/scripts/python/
H A Dmem-phys-addr.py13 import bisect namespace
64 position = bisect.bisect(system_ram, phys_addr)
70 position = bisect.bisect(pmem, phys_addr)
/linux-master/tools/testing/ktest/examples/
H A Dtest.conf24 # TESTS = patchcheck, randconfig, boot, test, config-bisect, bisect, min-config
45 # In case you need to add a patch for a bisect or something
60 INCLUDE include/bisect.conf
H A Dkvm.conf24 # TESTS = patchcheck, randconfig, boot, test, config-bisect, bisect, min-config
91 INCLUDE include/bisect.conf
H A Dvmware.conf69 # TESTS = patchcheck, randconfig, boot, test, config-bisect, bisect, min-config
136 INCLUDE include/bisect.conf
H A Dcrosstests.conf64 # At the bottom of the config file exists a bisect test. You can update that
66 # to run the bisect on the arch.
67 #RUN := bisect
192 # This is a bisect if needed. You need to give it a MIN_CONFIG that
195 TEST_START IF ${RUN} == bisect
199 TEST_TYPE = bisect
/linux-master/tools/testing/ktest/
H A Dconfig-bisect.pl9 # config-bisect.pl [options] good-config bad-config [good|bad]
24 # $ config-bisect.pl /path/to/good/config /path/to/bad/config
43 # $ config-bisect.pl /path/to/good/config /path/to/bad/config good
46 # $ config-bisect.pl /path/to/good/config /path/to/bad/config bad
48 # Do not change the good-config or bad-config, config-bisect.pl will
74 usage: config-bisect.pl [-l linux-tree][-b build-dir] good-config bad-config [good|bad]
81 If "good" or "bad" is not specified, then it is the start of a new bisect
211 # of a config bisect. These configs stay as they were.
478 doprint "Settings bisect with $which half of $type configs:\n";
729 if (!read_yn "${p}Overwrite and start new bisect anywa
[all...]
H A Dktest.pl532 # of a config bisect. These configs stay as they were.
732 # reset for iterations like bisect
848 $prvalue !~ /^(config_|)bisect$/ &&
1526 ($test_type eq "bisect" && $opt{"BISECT_TYPE[$i]"} eq "build") ||
2694 # bisect may need this to pass
2924 dodie "Failed to git bisect";
3020 doprint("Running bisect trial $t of $bisect_tries:\n");
3048 run_command "git bisect log > $tmp_log" or
3049 dodie "can't create bisect log";
3053 sub bisect { subroutine
[all...]

Completed in 130 milliseconds