Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dkcov.h42 void kcov_remote_start(u64 handle);
48 kcov_remote_start(kcov_remote_handle(KCOV_SUBSYSTEM_COMMON, id)); in kcov_remote_start_common()
53 kcov_remote_start(kcov_remote_handle(KCOV_SUBSYSTEM_USB, id)); in kcov_remote_start_usb()
81 static inline void kcov_remote_start(u64 handle) {} in kcov_remote_start() function
/linux-6.3-rc2/Documentation/dev-tools/
A Dkcov.rst217 are annotated with kcov_remote_start()/kcov_remote_stop().
228 corresponding kcov_remote_start() call. Then a userspace process can pass
239 should in turn be annotated with kcov_remote_start()/kcov_remote_stop().
/linux-6.3-rc2/kernel/
A Dkcov.c836 void kcov_remote_start(u64 handle) in kcov_remote_start() function
923 EXPORT_SYMBOL(kcov_remote_start);

Completed in 6 milliseconds