Home
last modified time | relevance | path

Searched full:cfg_ta_gprof_support (Results 1 – 12 of 12) sorted by relevance

/optee_os/lib/libutee/arch/arm/gprof/
H A Dsub.mk3 srcs-$(CFG_TA_GPROF_SUPPORT) += gprof.c
4 srcs-$(CFG_TA_GPROF_SUPPORT) += gprof_pta.c
/optee_os/lib/libutils/ext/arch/arm/
H A Dmcount_a32.S8 #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 */
H A Dmcount_a64.S8 #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 */
/optee_os/core/include/kernel/
H A Dts_manager.h23 #if defined(CFG_TA_GPROF_SUPPORT)
72 #ifdef CFG_TA_GPROF_SUPPORT
H A Dtee_ta_manager.h53 #if defined(CFG_TA_GPROF_SUPPORT)
145 #if defined(CFG_TA_GPROF_SUPPORT)
/optee_os/core/pta/
H A Dsub.mk5 srcs-$(CFG_TA_GPROF_SUPPORT) += gprof.c
/optee_os/lib/libutee/
H A Dtee_api_private.h22 #if defined(CFG_TA_GPROF_SUPPORT)
/optee_os/core/kernel/
H A Duser_ta.c356 #ifdef CFG_TA_GPROF_SUPPORT
364 #endif /*CFG_TA_GPROF_SUPPORT*/
429 #ifdef CFG_TA_GPROF_SUPPORT
H A Dtee_ta_manager.c311 #if defined(CFG_TA_GPROF_SUPPORT) in destroy_session()
1049 #if defined(CFG_TA_GPROF_SUPPORT)
/optee_os/mk/
H A Dconfig.mk625 CFG_TA_GPROF_SUPPORT ?= n
642 # 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)
/optee_os/.github/workflows/
H A Dci.yml269 …_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
/optee_os/core/arch/arm/kernel/
H A Dthread.c1089 #ifdef CFG_TA_GPROF_SUPPORT in gprof_set_status()