Searched full:cfg_ta_gprof_support (Results 1 – 12 of 12) sorted by relevance
3 srcs-$(CFG_TA_GPROF_SUPPORT) += gprof.c4 srcs-$(CFG_TA_GPROF_SUPPORT) += gprof_pta.c
8 #if defined(CFG_TA_GPROF_SUPPORT) || defined(CFG_FTRACE_SUPPORT)32 #if defined(CFG_TA_GPROF_SUPPORT) && !defined(__KERNEL__)65 #endif /* CFG_TA_GPROF_SUPPORT || CFG_FTRACE_SUPPORT */
8 #if defined(CFG_TA_GPROF_SUPPORT) || defined(CFG_FTRACE_SUPPORT)45 #if defined(CFG_TA_GPROF_SUPPORT) && !defined(__KERNEL__)83 #endif /* CFG_TA_GPROF_SUPPORT || CFG_FTRACE_SUPPORT */
23 #if defined(CFG_TA_GPROF_SUPPORT)72 #ifdef CFG_TA_GPROF_SUPPORT
53 #if defined(CFG_TA_GPROF_SUPPORT)145 #if defined(CFG_TA_GPROF_SUPPORT)
5 srcs-$(CFG_TA_GPROF_SUPPORT) += gprof.c
22 #if defined(CFG_TA_GPROF_SUPPORT)
356 #ifdef CFG_TA_GPROF_SUPPORT364 #endif /*CFG_TA_GPROF_SUPPORT*/429 #ifdef CFG_TA_GPROF_SUPPORT
311 #if defined(CFG_TA_GPROF_SUPPORT) in destroy_session()1049 #if defined(CFG_TA_GPROF_SUPPORT)
625 CFG_TA_GPROF_SUPPORT ?= n642 # Depends on CFG_TA_GPROF_SUPPORT or CFG_FTRACE_SUPPORT.648 ifeq (,$(filter y,$(CFG_TA_GPROF_SUPPORT) $(CFG_FTRACE_SUPPORT)))663 ifeq (y-y,$(CFG_TA_GPROF_SUPPORT)-$(CFG_ULIBS_SHARED))664 $(error CFG_TA_GPROF_SUPPORT and CFG_ULIBS_SHARED are currently incompatible)1109 ifeq (y-y,$(CFG_TA_GPROF_SUPPORT)-$(CFG_TA_PAUTH))1110 $(error CFG_TA_GPROF_SUPPORT and CFG_TA_PAUTH are currently incompatible)
269 …_make PLATFORM=vexpress-qemu_armv8a CFG_TA_GPROF_SUPPORT=y CFG_FTRACE_SUPPORT=y CFG_SYSCALL_FTRACE…320 … _make CFG_TA_GPROF_SUPPORT=y CFG_FTRACE_SUPPORT=y CFG_SYSCALL_FTRACE=y CFG_ULIBS_MCOUNT=y
1089 #ifdef CFG_TA_GPROF_SUPPORT in gprof_set_status()