Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_TW/dev-tools/
H A Dgcov.rst90 ``/sys/kernel/debug/gcov/path/to/compile/dir/file.gcda``
135 - 所有的.gcda文件和.gcno文件
150 - 所有的.gcda文件
170 如果編譯器是GCC,使用 gcov_ 來處理.gcno和.gcda文件,如果是Clang編譯器,
200 使用 ``cat`` 讀取 ``.gcda`` 文件,使用 ``cp -d`` 複製鏈接,或者使用附錄B
258 find $GCDA -name '*.gcda' -exec sh -c 'cat < $0 > '$TEMPDIR'/$0' {} \;
/linux/Documentation/translations/zh_CN/dev-tools/
H A Dgcov.rst90 ``/sys/kernel/debug/gcov/path/to/compile/dir/file.gcda``
135 - 所有的.gcda文件和.gcno文件
150 - 所有的.gcda文件
170 如果编译器是GCC,使用 gcov_ 来处理.gcno和.gcda文件,如果是Clang编译器,
200 使用 ``cat`` 读取 ``.gcda`` 文件,使用 ``cp -d`` 复制链接,或者使用附录B
258 find $GCDA -name '*.gcda' -exec sh -c 'cat < $0 > '$TEMPDIR'/$0' {} \;
/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.gitignore29 *.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``