Searched +full:gprof +full:- +full:gcov (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 config GPROF config4 bool "Enable gprof support"7 This allows profiling of a User-Mode Linux kernel with the gprof10 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more13 If you're involved in UML kernel development and want to use gprof,16 config GCOV config17 bool "Enable gcov support"25 See <http://user-mode-linux.sourceforge.net/old/gprof.html> for more28 If you're involved in UML kernel development and want to use gcov,
1 inherit cross-canadian5 PN = "external-arm-sdk-toolchain-${TARGET_ARCH}"6 BPN = "external-arm-sdk-toolchain"18 INSANE_SKIP:gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} = "dev-so staticdev file-rdeps libdir"19 INSANE_SKIP:gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = "dev-so file-rdeps"20 INSANE_SKIP:binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} = "dev-so file-rdeps"26 gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} \27 gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} \28 binutils-cross-canadian-${TRANSLATED_TARGET_ARCH} \32 gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} \[all …]