Home
last modified time | relevance | path

Searched refs:dump_ftrace (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/kernel/
H A Dts_manager.h67 void (*dump_ftrace)(struct ts_ctx *ctx); member
/optee_os/core/arch/riscv/kernel/
H A Dabort.c181 if (s->ctx->ops->dump_ftrace) in abort_print_current_ts()
182 s->ctx->ops->dump_ftrace(s->ctx); in abort_print_current_ts()
/optee_os/core/arch/arm/kernel/
H A Dabort.c270 if (s->ctx->ops->dump_ftrace) in abort_print_current_ts()
271 s->ctx->ops->dump_ftrace(s->ctx); in abort_print_current_ts()
/optee_os/core/kernel/
H A Dtee_ta_manager.c298 static void dump_ftrace(struct tee_ta_session *s __maybe_unused) in destroy_session()
303 if (ts_ctx && ts_ctx->ops->dump_ftrace) { in destroy_session()
305 ts_ctx->ops->dump_ftrace(ts_ctx); in destroy_session()
314 dump_ftrace(s); in destroy_session()
747 dump_ftrace(s); in tee_ta_open_session()
813 dump_ftrace(sess); in tee_ta_invoke_command()
H A Duser_ta.c433 .dump_ftrace = user_ta_dump_ftrace,