Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dkcov.h44 void kcov_remote_start(u64 handle);
50 kcov_remote_start(kcov_remote_handle(KCOV_SUBSYSTEM_COMMON, id)); in kcov_remote_start_common()
55 kcov_remote_start(kcov_remote_handle(KCOV_SUBSYSTEM_USB, id)); in kcov_remote_start_usb()
126 static inline void kcov_remote_start(u64 handle) {} in kcov_remote_start() function
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/
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-6.12.1/Documentation/dev-tools/
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-6.12.1/kernel/
Dkcov.c849 void kcov_remote_start(u64 handle) in kcov_remote_start() function
936 EXPORT_SYMBOL(kcov_remote_start);