ANDROID: tracing: fix register tracing spam on memcpy
Disable register read/write tracing for memcpy and memset APIs to avoid flood of read/write trace events. Bug: 202309221 Fixes: 4373261be0bc ("ANDROID: tracing: Add generic flag for register tracing disable") Change-Id: Ic860ee3a86b4664f3c5edd79a9c432dede87733e Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org> Signed-off-by: Vamsi Krishna Lanka <quic_vamslank@quicinc.com>
This commit is contained in:
parent
97c18633aa
commit
16327a1367
|
@ -8,6 +8,7 @@ CFLAGS_armv8_deprecated.o := -I$(src)
|
|||
CFLAGS_REMOVE_ftrace.o = $(CC_FLAGS_FTRACE)
|
||||
CFLAGS_REMOVE_insn.o = $(CC_FLAGS_FTRACE)
|
||||
CFLAGS_REMOVE_return_address.o = $(CC_FLAGS_FTRACE)
|
||||
CFLAGS_io.o := -D__DISABLE_TRACE_MMIO__
|
||||
|
||||
# Remove stack protector to avoid triggering unneeded stack canary
|
||||
# checks due to randomize_kstack_offset.
|
||||
|
|
Loading…
Reference in New Issue