Lines Matching full:coverage
50 * - task with enabled coverage (we can't unwire it from another task)
51 * - each code section for remote coverage collection
59 /* Coverage buffer shared with user space. */
61 /* Task for which we collect coverage, or NULL. */
63 /* Collecting coverage from remote (background) threads. */
159 * We are interested in code coverage as a function of a syscall inputs, in check_kcov_mode()
161 * coverage collection section in a softirq. in check_kcov_mode()
433 * shouldn't be exiting when it's in a kcov coverage collection in kcov_task_exit()
435 * coverage, and t->kcov->t points to the thread that created the in kcov_task_exit()
591 * Enable coverage for the current task. in kcov_ioctl_locked()
593 * and mmapped the file. Coverage collection is disabled only in kcov_ioctl_locked()
614 /* Disable coverage for the current task. */ in kcov_ioctl_locked()
733 * used to collect coverage from that part of code.
736 * used for coverage collection. A userspace process passes this handle to
738 * coverage for the code section identified by this handle.
766 * provided handle, allocates an area for coverage collection, and saves the
767 * pointers to kcov and area into the current task_struct to allow coverage to
770 * collecting coverage and copies all collected coverage into the kcov area.
841 * happened while collecting coverage from a background thread. in kcov_remote_start()
885 /* Reset coverage size. */ in kcov_remote_start()
978 * actually found the remote handle and started collecting coverage. in kcov_remote_stop()