Searched refs:kcov_remote_start (Results 1 – 4 of 4) sorted by relevance
44 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
226 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`` 标注中依次使用传递过来的
230 should be collected with ``kcov_remote_start`` and ``kcov_remote_stop``.235 Both ``kcov_remote_start`` and ``kcov_remote_stop`` annotations and the253 corresponding ``kcov_remote_start`` call. Then a userspace process must pass264 ``kcov_remote_start`` and ``kcov_remote_stop`` annotations.
849 void kcov_remote_start(u64 handle) in kcov_remote_start() function936 EXPORT_SYMBOL(kcov_remote_start);