HomeSort by relevance Sort by last modified time
    Searched refs:gcov (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/lcov/
lcovrc 9 #genhtml_css_file = gcov.css
86 # Location of the gcov tool (same as --gcov-info option of geninfo)
87 #geninfo_gcov_tool = gcov
100 # Directory containing gcov kernel files
101 lcov_gcov_dir = /proc/gcov
  /external/elfutils/tests/
coverage.sh 21 gcov -n -a "$fc" |
  /external/zlib/src/contrib/puff/
Makefile 17 @rm -f *.gcov *.gcda
39 @gcov -n puff.c
  /external/chromium_org/third_party/lcov/bin/
genpng 140 or .gcov file format.
185 # Check for .gcov filename extension
186 if ($filename =~ /^(.*).gcov$/)
188 # Assume gcov text format
geninfo 36 # parse the new gcov format which is to be introduced in gcc 3.3
40 # 2003-09-18 / Nigel Hinds: capture branch coverage data from GCOV
42 # workaround gcov (<= 3.2.x) bug with empty .da files
45 # gcov versioning
61 our $gcov_tool = "gcov";
124 # non-standard GCOV data format versions
184 "gcov-tool=s" => \$gcov_tool,
324 /^gcov$/ && do { $ignore[$ERROR_GCOV] = 1; next; } ;
356 # Check for availability of --preserve-paths option of gcov
428 --gcov-tool TOOL Specify gcov tool locatio
    [all...]
lcov 34 # 2003-03-07 / Paul Larson: Changed to make it work with the latest gcov
35 # kernel patch. This will break it with older gcov-kernel
41 # works both with the new and the old gcov-kernel patch
43 # of a possible move of the gcov kernel directory to another
44 # file system in a future version of the gcov-kernel patch
72 # Names of the GCOV kernel module
73 our @gcovmod = ("gcov-prof", "gcov-proc");
75 # Directory containing gcov kernel files
76 our $gcov_dir = "/proc/gcov";
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
genpng 143 or .gcov file format.
188 # Check for .gcov filename extension
189 if ($filename =~ /^(.*).gcov$/)
191 # Assume gcov text format
geninfo 36 # parse the new gcov format which is to be introduced in gcc 3.3
40 # 2003-09-18 / Nigel Hinds: capture branch coverage data from GCOV
42 # workaround gcov (<= 3.2.x) bug with empty .da files
45 # gcov versioning
63 our $gcov_tool = "gcov";
166 # non-standard GCOV data format versions
194 # Set LANG so that gcov output will be in a unified format
237 "gcov-tool=s" => \$gcov_tool,
380 /^gcov$/ && do { $ignore[$ERROR_GCOV] = 1; next; } ;
413 # Determine gcov option
    [all...]
lcov 34 # 2003-03-07 / Paul Larson: Changed to make it work with the latest gcov
35 # kernel patch. This will break it with older gcov-kernel
41 # works both with the new and the old gcov-kernel patch
43 # of a possible move of the gcov kernel directory to another
44 # file system in a future version of the gcov-kernel patch
78 # Directory containing gcov kernel files
85 our $GKV_PROC = 0; # gcov-kernel data in /proc via external patch
86 our $GKV_SYS = 1; # gcov-kernel data in /sys via vanilla 2.6.31+
182 our $gcov_gkv; # gcov kernel support version found on machine
261 "gcov-tool=s" => \$gcov_tool
    [all...]
  /external/chromium_org/third_party/sqlite/src/
configure.ac 678 # See whether we should use GCOV
679 AC_ARG_ENABLE(gcov, AC_HELP_STRING([--enable-gcov],
680 [Enable coverage testing using gcov]),
configure     [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 90 ${toggle_gcov} enable/disable gcov coverage instrumentation
1181 enabled gcov &
    [all...]
  /external/elfutils/
elfutils.spec 328 - Implement --enable-gcov option for configure.
configure     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]

Completed in 982 milliseconds