Searched refs:kcov_remote_start (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dkcov.h42 void kcov_remote_start(u64 handle);
48 kcov_remote_start(kcov_remote_handle(KCOV_SUBSYSTEM_COMMON, id));
53 kcov_remote_start(kcov_remote_handle(KCOV_SUBSYSTEM_USB, id));
98 static inline void kcov_remote_start(u64 handle) {} function
/linux-master/kernel/
H A Dkcov.c406 /* Do reset before unlock to prevent races with kcov_remote_start(). */
452 * 1. A remote task between kcov_remote_start() and kcov_remote_stop().
757 * kcov_remote_start() and kcov_remote_stop() can be used to annotate a section
761 * The handle argument of kcov_remote_start() identifies a code section that is
785 * threads must in turn be annotated with kcov_remote_start(common_handle) and
791 * Internally, kcov_remote_start() looks up the kcov device associated with the
837 void kcov_remote_start(u64 handle) function
856 * Check that kcov_remote_start() is not called twice in background
865 * Check that kcov_remote_start() is not called twice in softirqs.
866 * Note, that kcov_remote_start() ca
924 EXPORT_SYMBOL(kcov_remote_start); variable
[all...]

Completed in 119 milliseconds