Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/admin-guide/
A Dbug-bisect.rst9 二分(bisect)缺陷
41 $ git bisect start
45 $ git bisect bad [commit]
52 - 使用以下任一与git bisect进行交互::
54 $ git bisect good
58 $ git bisect bad
65 $ git bisect start
67 $ git bisect good v4.8
75 - ``git-bisect`` 的手册页
76 - `Fighting regressions with git bisect(用git bisect解决回归)
[all …]
A Dindex.rst41 bug-bisect
A Dreporting-issues.rst805 “Documentation/translations/zh_CN/admin-guide/bug-bisect.rst”文档中进行了详细
1193 特别关照”部分和文档“Documentation/translations/zh_CN/admin-guide/bug-bisect.rst”。
/linux/Documentation/translations/zh_TW/admin-guide/
A Dbug-bisect.rst12 二分(bisect)缺陷
44 $ git bisect start
48 $ git bisect bad [commit]
55 - 使用以下任一與git bisect進行交互::
57 $ git bisect good
61 $ git bisect bad
68 $ git bisect start
70 $ git bisect good v4.8
78 - ``git-bisect`` 的手冊頁
79 - `Fighting regressions with git bisect(用git bisect解決回歸)
[all …]
A Dindex.rst42 bug-bisect
A Dreporting-issues.rst806 「Documentation/translations/zh_TW/admin-guide/bug-bisect.rst」文檔中進行了詳細
1194 特別關照」部分和文檔「Documentation/translations/zh_TW/admin-guide/bug-bisect.rst」。
/linux/Documentation/admin-guide/
A 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
63 $ git bisect start
65 $ git bisect good v4.8
73 - The man page for ``git-bisect``
[all …]
A Dindex.rst40 bug-bisect
A Dreporting-issues.rst1046 'Documentation/admin-guide/bug-bisect.rst' describes in detail. That process
1574 the document 'Documentation/admin-guide/bug-bisect.rst' for details how to
/linux/tools/testing/ktest/examples/include/
A 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/tools/perf/scripts/python/
A Dmem-phys-addr.py13 import bisect
64 position = bisect.bisect(system_ram, phys_addr)
70 position = bisect.bisect(pmem, phys_addr)
/linux/tools/testing/ktest/examples/
A Dcrosstests.conf195 TEST_START IF ${RUN} == bisect
199 TEST_TYPE = bisect
A Dtest.conf60 INCLUDE include/bisect.conf
A Dkvm.conf91 INCLUDE include/bisect.conf
A Dvmware.conf136 INCLUDE include/bisect.conf
/linux/Documentation/translations/zh_CN/process/
A Dsubmitting-patches.rst184 都能正常构建和运行。使用 ``git bisect`` 来追踪问题的开发者可能会在任何时
/linux/Documentation/translations/zh_TW/process/
A Dsubmitting-patches.rst187 都能正常構建和運行。使用 ``git bisect`` 來追蹤問題的開發者可能會在任何時
/linux/Documentation/hwmon/
A Dsubmitting-patches.rst53 to review your changes, and to bisect any resulting problems.
/linux/Documentation/translations/it_IT/process/
A D5.Posting.rst124 comando "git bisect" viene usato per trovare delle regressioni; se il
139 regressioni, "bisect" indicherà quest'ultima patch come causa del
A Dsubmitting-patches.rst136 trovato un problema usando ``git bisect``, per favore usate l'etichetta
184 che usano ``git bisect`` per scovare i problemi potrebbero finire nel mezzo
/linux/tools/testing/ktest/
A Dktest.pl3018 sub bisect { subroutine
4444 bisect $i;
/linux/Documentation/process/
A D5.Posting.rst109 scenario when the "git bisect" tool is used to find regressions; if the
A Dsubmitting-patches.rst139 ``git bisect``, please use the 'Fixes:' tag with the first 12 characters of
185 series. Developers using ``git bisect`` to track down a problem can end up

Completed in 38 milliseconds