Home
last modified time | relevance | path

Searched refs:bisect (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/Documentation/admin-guide/
Dbug-bisect.rst35 - start bisect with [#f1]_::
37 $ git bisect start
41 $ git bisect bad [commit]
45 $ git bisect good [commit]
48 - interact with git bisect by using either::
50 $ git bisect good
54 $ git bisect bad
57 - After some interactions, git bisect will give you the changeset that
63 $ git bisect start
64 $ git bisect bad # Current version is bad
[all …]
Dindex.rst38 bug-bisect
/Linux-v4.19/tools/testing/ktest/examples/include/
Dbisect.conf19 TEST_START IF ${TEST} == bisect
20 TEST_TYPE = bisect
46 MIN_CONFIG = ${THIS_DIR}/config-bisect
82 TEST_START IF ${TEST} == config-bisect
/Linux-v4.19/tools/perf/scripts/python/
Dmem-phys-addr.py11 import bisect
59 position = bisect.bisect(system_ram, phys_addr)
65 position = bisect.bisect(pmem, phys_addr)
/Linux-v4.19/tools/testing/ktest/examples/
Dcrosstests.conf195 TEST_START IF ${RUN} == bisect
199 TEST_TYPE = bisect
Dtest.conf60 INCLUDE include/bisect.conf
Dkvm.conf91 INCLUDE include/bisect.conf
/Linux-v4.19/Documentation/hwmon/
Dsubmitting-patches48 to review your changes, and to bisect any resulting problems.
/Linux-v4.19/tools/testing/ktest/
Dktest.pl2920 sub bisect { subroutine
4352 bisect $i;
/Linux-v4.19/Documentation/process/
D5.Posting.rst108 scenario when the "git bisect" tool is used to find regressions; if the
Dsubmitting-patches.rst184 ``git bisect``, please use the 'Fixes:' tag with the first 12 characters of
223 series. Developers using ``git bisect`` to track down a problem can end up