Home
last modified time | relevance | path

Searched full:lcov (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/contrib/openzfs/config/
H A Dax_code_coverage.m4114 AC_CHECK_PROG([LCOV], [lcov], [lcov])
117 AS_IF([ test -z "$LCOV" ], [
118 AC_MSG_ERROR([To enable code coverage reporting you must have lcov installed])
122 AC_MSG_ERROR([Could not find genhtml from the lcov package])
144 …$(code_coverage_v_lcov_cap)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
145 …$(code_coverage_v_lcov_ign)$(LCOV) $(code_coverage_quiet) $(addprefix --directory ,$(CODE_COVERAGE…
154 -$(LCOV) --directory $(top_builddir) -z
174 # by lcov for code coverage. (Default:
182 # - CODE_COVERAGE_LCOV_SHOPTS_DEFAULT: Extra options shared between both lcov
184 # - CODE_COVERAGE_LCOV_SHOPTS: Extra options to shared between both lcov
[all …]
/freebsd/contrib/libucl/m4/
H A Dgcov.m43 # Add code coverage support with gcov/lcov.
10 # gcov/lcov binaries and provides ENABLE_CODE_COVERAGE conditional.
37 # Check for gcov/lcov binaries
47 AC_PATH_PROG(LCOV, lcov, no)
80 AC_SUBST([LCOV])
/freebsd/contrib/libucl/
H A DMakefile.am48 coverage-lcov: coverage-check coverage-requirement-check
49 $(LCOV) --capture \
54 $(LCOV) --extract $(COVERAGE_INFO_FILE) `pwd`/src/ucl_\* \
57 coverage-report: coverage-lcov
72 -$(LCOV) --gcov-tool $(GCOV) --zerocounters --directory $(top_builddir)
/freebsd/contrib/libcbor/doc/source/
H A Dtests.rst22 Every release is inspected using `GCOV/LCOV <http://ltp.sourceforge.net/coverage/lcov.php>`_. Platf…
29 or alternatively run ``lcov`` by hand using
33 lcov --capture --directory . --output-file coverage.info
H A Ddevelopment.rst101 - `GCOV/LCOV <http://ltp.sourceforge.net/coverage/lcov.php>`_ (test coverage)
/freebsd/contrib/ntp/sntp/libevent/cmake/
H A DCodeCoverage.cmake47 # which runs your test executable and produces a lcov code coverage report:
66 FIND_PROGRAM( LCOV_PATH lcov )
92 # Param _outputname lcov output is generated as _outputname.info
99 MESSAGE(FATAL_ERROR "lcov not found! Aborting...")
109 # Cleanup lcov
115 # Capturing lcov counters and generating report
/freebsd/contrib/libevent/cmake/
H A DCodeCoverage.cmake47 # which runs your test executable and produces a lcov code coverage report:
66 FIND_PROGRAM( LCOV_PATH lcov )
92 # Param _outputname lcov output is generated as _outputname.info
99 MESSAGE(FATAL_ERROR "lcov not found! Aborting...")
109 # Cleanup lcov
115 # Capturing lcov counters and generating report
/freebsd/contrib/file/magic/Magdir/
H A Dcoverage19 # - LCOV trace files, i.e. aggregated GCC profiles
51 # LCOV tracefiles
52 # cf. http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php
54 >&0 search/64 \nSF:/ LCOV coverage tracefile
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.h1 //===- CoverageExporterLcov.h - Code coverage lcov exporter ---------------===//
9 // This class implements a code coverage exporter for lcov trace file format.
H A DSourceCoverageView.cpp86 case CoverageViewOptions::OutputFormat::Lcov: in create()
89 llvm_unreachable("Lcov format is not supported!"); in create()
156 case CoverageViewOptions::OutputFormat::Lcov: in create()
159 llvm_unreachable("Lcov format is not supported!"); in create()
H A DCodeCoverage.cpp697 clEnumValN(CoverageViewOptions::OutputFormat::Lcov, "lcov", in run()
698 "lcov tracefile output")), in run()
836 case CoverageViewOptions::OutputFormat::Lcov: in run()
838 errs() << "Color output cannot be enabled when generating lcov.\n"; in run()
1040 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doShow()
1041 error("lcov format should be used with 'llvm-cov export'."); in doShow()
1223 } else if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doReport()
1224 error("lcov format should be used with 'llvm-cov export'."); in doReport()
1270 cl::desc("Don't export branch data (LCOV)"), in doExport()
1282 ViewOpts.Format != CoverageViewOptions::OutputFormat::Lcov) { in doExport()
[all …]
H A DCoverageViewOptions.h23 Lcov enumerator
H A DCoverageExporterLcov.cpp9 // This file implements export of code coverage data to lcov trace file format.
/freebsd/contrib/wpa/hostapd/
H A DMakefile1395 .PHONY: lcov-html
1396 lcov-html:
1397 lcov -c -d $(BUILDDIR) > lcov.info
1398 genhtml lcov.info --output-directory lcov-html
1403 rm -f lcov.info
1404 rm -rf lcov-html
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps-vm.sh36 fakeroot fio gdb gdebi git ksh lcov isc-dhcp-client jq libacl1-dev \
52 gdb gettext gettext-runtime git gmake gsed jq ksh93 lcov libtool lscpu \
/freebsd/usr.bin/clang/llvm-cov/
H A Dllvm-cov.1495 \fIBIN\fP\&... using the profile data \fIPROFILE\fP in either JSON or lcov trace file
499 summaries of the coverage data will be exported. When exporting an lcov trace
528 by the \fBllvm\-cov report\fP command, but presented in JSON or lcov
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-tests.yml17 sudo apt-get install --yes -qq build-essential autoconf libtool gdb lcov \
/freebsd/contrib/wpa/wpa_supplicant/
H A DMakefile2172 .PHONY: lcov-html
2173 lcov-html: $(call BUILDOBJ,wpa_supplicant.gcda)
2174 lcov -c -d $(BUILDDIR) > lcov.info
2175 genhtml lcov.info --output-directory lcov-html
2336 rm -f lcov.info
2337 rm -rf lcov-html
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c14 |* are only close enough that LCOV will happily parse them. Anything that lcov
/freebsd/contrib/libcbor/
H A DCMakeLists.txt111 COMMAND lcov --capture --directory . --output-file coverage.info
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog364 o travis-ci/osx: install lcov (e4e099b Azat Khuzhin)
/freebsd/contrib/libevent/
H A DChangeLog364 o travis-ci/osx: install lcov (e4e099b Azat Khuzhin)