Home
last modified time | relevance | path

Searched refs:gcda (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/dev-tools/
H A Dgcov.rst101 ``/sys/kernel/debug/gcov/path/to/compile/dir/file.gcda``
151 - all .gcda and .gcno files
167 - all .gcda files
187 GCC-generated .gcno and .gcda files, and use llvm-cov_ for Clang.
221 Use ``cat`` to read ``.gcda`` files and ``cp -d`` to copy links.
279 find $GCDA -name '*.gcda' -exec sh -c 'cat < $0 > '$TEMPDIR'/$0' {} \;
/linux/drivers/s390/cio/
H A Dvfio_ccw_cp.c427 u32 gcda; in ccwchain_handle_ccw() local
429 gcda = dma32_to_u32(cda); in ccwchain_handle_ccw()
431 ret = vfio_dma_rw(vdev, gcda, cp->guest_cp, CCWCHAIN_LEN_MAX * sizeof(struct ccw1), false); in ccwchain_handle_ccw()
440 len = ccwchain_calc_length(gcda, cp); in ccwchain_handle_ccw()
450 chain->ch_iova = gcda; in ccwchain_handle_ccw()
/linux/
H A D.gitignore28 *.gcda
/linux/Documentation/dev-tools/kunit/
H A Drunning_tips.rst105 versions of gcc 7 and up. You're likely to run into missing ``.gcda``