Searched refs:GCOV (Results 1 – 7 of 7) sorted by relevance
10 GCOV := $(call dequote,$(CONFIG_SDK_TOOLPREFIX))gcov macro20 lcov --gcov-tool $(GCOV) -c -d $(BUILD_DIR_BASE) -o $(REPORT_DIR)/$(PROJECT_NAME).info25 gcovr -r $(PROJECT_PATH) --gcov-executable $(GCOV) -s --html-details $(REPORT_DIR)/html/index.html
45 * Enable GCOV to host interface under `Component config -> Application Level Tracing -> GCOV to Hos…66 … hard-coded dumps. Therefore, when the application outputs `Ready to dump GCOV data...`, users sho…71 Ready to dump GCOV data...72 GCOV data have been dumped.75 Ready to dump GCOV data...76 GCOV data have been dumped.
18 GCOV ?= gcov macro41 find ../ -name "*.gcno" -exec $(GCOV) -r -pb {} +42 … --capture --directory $(abspath ../) --no-external --output-file coverage.info --gcov-tool $(GCOV)
238 bool "GCOV to Host Enable"243 Enables support for GCOV data transfer to host.
584 GCOV := $(call dequote,$(CONFIG_SDK_TOOLPREFIX))gcov589 echo "Using gcov: $(GCOV)"592 … gcovr -r $(PROJECT_PATH) --gcov-executable $(GCOV) -s --html-details $(REPORT_DIR)/html/index.html
482 which does some useful debugging stuff, e.g. GCOV data dump.