Home
last modified time | relevance | path

Searched hist:"91068 f86100f93b28677a043feef1d899c1eaf4e" (Results 1 – 1 of 1) sorted by relevance

/optee_os/scripts/
H A Dsymbolize.py91068f86100f93b28677a043feef1d899c1eaf4e Tue Nov 26 09:51:45 UTC 2019 Jerome Forissier <jerome@forissier.org> symbolize.py: fix decoding of ftrace dumps containing syscalls

When decoding an ftrace file with syscall tracing enabled [1], the
kernel functions are not resolved and show question marks instead.

[1] $ make CFG_FTRACE_SUPPORT=y CFG_SYSCALL_FTRACE=y CFG_ULIBS_MCOUNT=y \
CFLAGS_ta_arm32=-pg
[run test and copy content of /tmp/ftrace*]
$ optee_os/scripts/symbolize.py -d optee_os/out/arm/core \
-d out-br/build/optee_test-1.0/ta/*/out
[paste ftrace log here]

Fixes: 105e09c24479 ("symbolize.py: add support for TEE core ASLR")
Signed-off-by: Jerome Forissier <jerome@forissier.org>
Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>