Home
last modified time | relevance | path

Searched refs:kcov_remote_start (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkcov.rst226 1. 修改内核源码并使用 ``kcov_remote_start`` 和 ``kcov_remote_stop`` 来标注要收集
231 ``kcov_remote_start`` 和 ``kcov_remote_stop`` 的标注以及 ``KCOV_REMOTE_ENABLE``
246 ``kcov_remote_start`` 调用。一个用户空间进程必须将该句柄存储在
254 。这些任务需要在 ``kcov_remote_start`` 和 ``kcov_remote_stop`` 标注中依次使用传递过来的
/linux/Documentation/dev-tools/
H A Dkcov.rst230 should be collected with ``kcov_remote_start`` and ``kcov_remote_stop``.
235 Both ``kcov_remote_start`` and ``kcov_remote_stop`` annotations and the
253 corresponding ``kcov_remote_start`` call. Then a userspace process must pass
264 ``kcov_remote_start`` and ``kcov_remote_stop`` annotations.
/linux/kernel/
H A Dkcov.c849 void kcov_remote_start(u64 handle) in kcov_remote_start() function
936 EXPORT_SYMBOL(kcov_remote_start);