Home
last modified time | relevance | path

Searched full:cfg_ftrace_support (Results 1 – 25 of 30) sorted by relevance

12

/optee_os/lib/libutils/ext/arch/arm/
H A Dmcount_a32.S8 #if defined(CFG_TA_GPROF_SUPPORT) || defined(CFG_FTRACE_SUPPORT)
38 #ifdef CFG_FTRACE_SUPPORT
50 #ifdef CFG_FTRACE_SUPPORT
65 #endif /* CFG_TA_GPROF_SUPPORT || CFG_FTRACE_SUPPORT */
H A Dmcount_a64.S8 #if defined(CFG_TA_GPROF_SUPPORT) || defined(CFG_FTRACE_SUPPORT)
50 #ifdef CFG_FTRACE_SUPPORT
59 #ifdef CFG_FTRACE_SUPPORT
83 #endif /* CFG_TA_GPROF_SUPPORT || CFG_FTRACE_SUPPORT */
/optee_os/lib/libutils/ext/arch/riscv/
H A Dmcount_rv.S9 #if defined(CFG_FTRACE_SUPPORT)
73 #ifdef CFG_FTRACE_SUPPORT
90 #ifdef CFG_FTRACE_SUPPORT
122 #endif /* CFG_FTRACE_SUPPORT */
/optee_os/lib/libutils/isoc/arch/riscv/
H A Dsetjmp_rv.S24 #ifdef CFG_FTRACE_SUPPORT
51 #ifdef CFG_FTRACE_SUPPORT
/optee_os/lib/libutils/ext/ftrace/
H A Dsub.mk4 srcs-$(CFG_FTRACE_SUPPORT) += ftrace.c
/optee_os/lib/libutils/isoc/arch/arm/
H A Dsetjmp_a64.S57 #ifdef CFG_FTRACE_SUPPORT
77 #ifdef CFG_FTRACE_SUPPORT
H A Dsetjmp_a32.S221 #ifdef CFG_FTRACE_SUPPORT
245 #ifdef CFG_FTRACE_SUPPORT
/optee_os/ldelf/
H A Dftrace.h12 #ifdef CFG_FTRACE_SUPPORT
H A Dsub.mk14 srcs-$(CFG_FTRACE_SUPPORT) += ftrace.c
H A Dmain.c60 #ifdef CFG_FTRACE_SUPPORT
170 #ifdef CFG_FTRACE_SUPPORT in ldelf()
/optee_os/ta/
H A Duser_ta_header.c74 #if defined(CFG_FTRACE_SUPPORT) in _C_FUNCTION()
178 #ifdef CFG_FTRACE_SUPPORT
H A Dlink.mk46 ifeq ($(CFG_FTRACE_SUPPORT),y)
/optee_os/core/include/kernel/
H A Duser_mode_ctx_struct.h48 #ifdef CFG_FTRACE_SUPPORT
H A Dts_manager.h26 #if defined(CFG_FTRACE_SUPPORT)
H A Dtee_ta_manager.h154 #if defined(CFG_FTRACE_SUPPORT)
/optee_os/.github/workflows/
H A Dci.yml268 _make PLATFORM=vexpress-qemu_armv8a CFG_FTRACE_SUPPORT=y CFG_ULIBS_MCOUNT=y CFG_ULIBS_SHARED=y
269 _make PLATFORM=vexpress-qemu_armv8a CFG_TA_GPROF_SUPPORT=y CFG_FTRACE_SUPPORT=y CFG_SYSCALL_FTRACE=y CFG_ULIBS_MCOUNT=y
319 _make CFG_FTRACE_SUPPORT=y CFG_ULIBS_MCOUNT=y CFG_ULIBS_SHARED=y
320 _make CFG_TA_GPROF_SUPPORT=y CFG_FTRACE_SUPPORT=y CFG_SYSCALL_FTRACE=y CFG_ULIBS_MCOUNT=y
531 make -j$(nproc) check CFG_FTRACE_SUPPORT=y CFG_SYSCALL_FTRACE=y XTEST_ARGS=regression_1001 RUST_ENABLE=n MEASURED_BOOT_FTPM=n
/optee_os/lib/libutils/isoc/include/
H A Dsetjmp.h74 #ifdef CFG_FTRACE_SUPPORT
/optee_os/core/arch/arm/include/sm/
H A Dsm.h40 #ifdef CFG_FTRACE_SUPPORT
/optee_os/core/arch/riscv/plat-spike/
H A Dconf.mk50 $(call force,CFG_FTRACE_SUPPORT,n)
/optee_os/core/kernel/
H A Duser_ta.c287 #ifdef CFG_FTRACE_SUPPORT
354 #endif /*CFG_FTRACE_SUPPORT*/
422 #ifdef CFG_FTRACE_SUPPORT
H A Dldelf_loader.c176 #ifdef CFG_FTRACE_SUPPORT in ldelf_init_with_ldelf()
314 #ifdef CFG_FTRACE_SUPPORT
368 #endif /*CFG_FTRACE_SUPPORT*/
/optee_os/core/arch/arm/sm/
H A Dsm_a32.S46 #ifdef CFG_FTRACE_SUPPORT
81 #ifdef CFG_FTRACE_SUPPORT
/optee_os/lib/libutee/include/
H A Duser_ta_header.h70 #if defined(CFG_FTRACE_SUPPORT)
/optee_os/mk/
H A Dconfig.mk632 CFG_FTRACE_SUPPORT ?= n
639 $(call cfg-depends-all,CFG_SYSCALL_FTRACE,CFG_FTRACE_SUPPORT)
642 # Depends on CFG_TA_GPROF_SUPPORT or CFG_FTRACE_SUPPORT.
648 ifeq (,$(filter y,$(CFG_TA_GPROF_SUPPORT) $(CFG_FTRACE_SUPPORT)))
1113 ifeq (y-y,$(CFG_FTRACE_SUPPORT)-$(CFG_TA_PAUTH))
1114 $(error CFG_FTRACE_SUPPORT and CFG_TA_PAUTH are currently incompatible)
/optee_os/core/arch/riscv/kernel/
H A Dabort.c180 #if defined(CFG_FTRACE_SUPPORT) in abort_print_current_ts()

12