Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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()
100 static inline void kcov_remote_start(u64 handle) {} in kcov_remote_start() function
/openbmc/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.
/openbmc/linux/kernel/
H A Dkcov.c847 void kcov_remote_start(u64 handle) in kcov_remote_start() function
934 EXPORT_SYMBOL(kcov_remote_start);