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)
367 #ifdef CFG_TA_GPROF_SUPPORT375 #endif /*CFG_TA_GPROF_SUPPORT*/440 #ifdef CFG_TA_GPROF_SUPPORT
318 #if defined(CFG_TA_GPROF_SUPPORT) in destroy_session()1062 #if defined(CFG_TA_GPROF_SUPPORT)
625 CFG_TA_GPROF_SUPPORT ?= n654 # Depends on CFG_TA_GPROF_SUPPORT or CFG_FTRACE_SUPPORT.660 ifeq (,$(filter y,$(CFG_TA_GPROF_SUPPORT) $(CFG_FTRACE_SUPPORT)))675 ifeq (y-y,$(CFG_TA_GPROF_SUPPORT)-$(CFG_ULIBS_SHARED))676 $(error CFG_TA_GPROF_SUPPORT and CFG_ULIBS_SHARED are currently incompatible)1121 ifeq (y-y,$(CFG_TA_GPROF_SUPPORT)-$(CFG_TA_PAUTH))1122 $(error CFG_TA_GPROF_SUPPORT and CFG_TA_PAUTH are currently incompatible)
270 …_make PLATFORM=vexpress-qemu_armv8a CFG_TA_GPROF_SUPPORT=y CFG_FTRACE_SUPPORT=y CFG_SYSCALL_FTRACE…321 … _make CFG_TA_GPROF_SUPPORT=y CFG_FTRACE_SUPPORT=y CFG_SYSCALL_FTRACE=y CFG_ULIBS_MCOUNT=y
1106 #ifdef CFG_TA_GPROF_SUPPORT in gprof_set_status()