Searched refs:gcov_version (Results 1 – 3 of 3) sorted by relevance
34 static unsigned int gcov_version; in __gcov_init() local37 if (gcov_version == 0) { in __gcov_init()38 gcov_version = gcov_info_version(info); in __gcov_init()43 pr_info("version magic: 0x%x\n", gcov_version); in __gcov_init()
391 $ create_gcov --binary=./sort --profile=inj.data --gcov=sort.gcov -gcov_version=1
884 $ ./create_gcov --binary=./sort --profile=inj --gcov=sort.gcov -gcov_version=1