Home
last modified time | relevance | path

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

/Linux-v5.10/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.rst39 bug-bisect
/Linux-v5.10/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-v5.10/tools/perf/scripts/python/
Dmem-phys-addr.py13 import bisect
64 position = bisect.bisect(system_ram, phys_addr)
70 position = bisect.bisect(pmem, phys_addr)
/Linux-v5.10/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-v5.10/Documentation/translations/zh_CN/admin-guide/
Dindex.rst36 bug-bisect
/Linux-v5.10/Documentation/translations/zh_CN/process/
Dsubmitting-patches.rst184 都能正常构建和运行。使用 ``git bisect`` 来追踪问题的开发者可能会在任何时
/Linux-v5.10/Documentation/hwmon/
Dsubmitting-patches.rst53 to review your changes, and to bisect any resulting problems.
/Linux-v5.10/Documentation/translations/it_IT/process/
D5.Posting.rst124 comando "git bisect" viene usato per trovare delle regressioni; se il
139 regressioni, "bisect" indicherà quest'ultima patch come causa del
Dsubmitting-patches.rst196 trovato un problema usando ``git bisect``, per favore usate l'etichetta
239 che usano ``git bisect`` per scovare i problemi potrebbero finire nel mezzo
/Linux-v5.10/tools/testing/ktest/
Dktest.pl2972 sub bisect { subroutine
4439 bisect $i;
/Linux-v5.10/Documentation/process/
Dsubmitting-patches.rst122 ``git bisect``, please use the 'Fixes:' tag with the first 12 characters of
168 series. Developers using ``git bisect`` to track down a problem can end up
D5.Posting.rst109 scenario when the "git bisect" tool is used to find regressions; if the