Lines Matching defs:kcov_remote_start
420 /* Do reset before unlock to prevent races with kcov_remote_start(). */
465 * This could be a remote task between kcov_remote_start() and
789 * kcov_remote_start() and kcov_remote_stop() can be used to annotate a section
793 * The handle argument of kcov_remote_start() identifies a code section that is
817 * threads must in turn be annotated with kcov_remote_start(common_handle) and
823 * Internally, kcov_remote_start() looks up the kcov device associated with the
871 void kcov_remote_start(u64 handle)
890 * Check that kcov_remote_start() is not called twice in background
899 * Check that kcov_remote_start() is not called twice in softirqs.
900 * Note, that kcov_remote_start() can be called from a softirq that
960 EXPORT_SYMBOL(kcov_remote_start);
1026 /* See the comment before kcov_remote_start() for usage details. */
1049 * When in softirq, check if the corresponding kcov_remote_start()
1075 * KCOV_DISABLE could have been called between kcov_remote_start()
1090 /* Get in kcov_remote_start(). */
1095 /* See the comment before kcov_remote_start() for usage details. */