Searched refs:coverage (Results 1 - 12 of 12) sorted by relevance

/linux-master/scripts/
H A DMakefile.kcov2 kcov-flags-$(CONFIG_CC_HAS_SANCOV_TRACE_PC) += -fsanitize-coverage=trace-pc
3 kcov-flags-$(CONFIG_KCOV_ENABLE_COMPARISONS) += -fsanitize-coverage=trace-cmp
/linux-master/drivers/scsi/lpfc/
H A DMakefile24 ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
/linux-master/arch/um/scripts/
H A DMakefile.rules26 $(patsubst -pg,,$(patsubst -fprofile-arcs -ftest-coverage,,$(1)))
/linux-master/arch/arm/probes/kprobes/
H A Dtest-core.c670 * Decoding table test coverage analysis
703 struct coverage_table coverage; variable in typeref:struct:coverage_table
736 struct coverage_table *coverage = (struct coverage_table *)args; local
738 struct coverage_entry *entry = coverage->base + coverage->num_entries;
740 if (coverage->num_entries == MAX_COVERAGE_ENTRIES - 1) {
741 pr_err("FAIL: Out of space for test coverage data");
745 ++coverage->num_entries;
749 entry->nesting = coverage->nesting;
755 ++coverage
[all...]
/linux-master/tools/perf/util/
H A Dblock-range.c173 .coverage = entry->coverage,
211 .coverage = entry->coverage,
301 * Compute coverage as:
303 * br->coverage / br->sym->max_coverage
308 * Returns [0-1] for coverage and -1 if we had no data what so ever or the
331 return (double)br->coverage / branch->max_coverage;
H A Dblock-range.h18 * @coverage: number of blocks that cover this range
32 u64 coverage; member in struct:block_range
H A Dannotate.c1488 /* mark red for >75% coverage */
1492 /* mark dull for <1% coverage */
1505 /* mark dull for <1% coverage */
1531 p = 100 *(double)br->entry / branch->coverage;
1540 * The percentage of coverage joined at this target in relation
1548 double p = 100*(double)br->taken / br->coverage;
1557 * The percentage of coverage leaving at this branch, and
3193 double ipc = 0.0, coverage = 0.0; local
3200 coverage = branch->cover_insn * 100.0 /
3205 ipc, coverage);
[all...]
H A Dsort.c634 double ipc = 0.0, coverage = 0.0; local
646 coverage = branch->cover_insn * 100.0 /
650 snprintf(tmp, sizeof(tmp), "%-5.2f [%5.1f%%]", ipc, coverage);
/linux-master/arch/x86/um/vdso/
H A DMakefile56 CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -ftest-coverage
57 CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -ftest-coverage
/linux-master/drivers/net/usb/
H A Dsierra_net.c127 u8 coverage; member in struct:lsi_umts
401 /* Validate the coverage */
402 if (lsi->coverage == SIERRA_NET_COVERAGE_NONE ||
403 lsi->coverage == SIERRA_NET_COVERAGE_NOPACKET) {
404 netdev_err(dev->net, "No coverage, 0x%02x\n", lsi->coverage);
/linux-master/tools/perf/
H A Dbuiltin-annotate.c125 entry->coverage++;
129 branch->max_coverage = max(branch->max_coverage, entry->coverage);
/linux-master/
H A DMakefile748 CFLAGS_GCOV := -fprofile-arcs -ftest-coverage
981 # To gain proper coverage for CONFIG_UBSAN_BOUNDS and CONFIG_FORTIFY_SOURCE,
1602 @echo ' Run as root for full coverage'

Completed in 425 milliseconds