Revert "ANDROID: enable memory allocation profiling configs"
This reverts commit 291f863611.
We see below compilation issues with our debug + kasan enabled builds,
revert the change as it is more of a debug feature.
Traceback (most recent call last): File "avbtool.py", line 3505, in add_hash_footer AvbError: Image size of 67772416 exceeds maximum image size of 67039232 in order to fit in a partition size of 67108864.
Bug: 402596474
Change-Id: Ie2f4dc97e60454fac44bc2f75527a3760cd68e60
Signed-off-by: Satya Durga Srinivasu Prabhala <quic_satyap@quicinc.com>
This commit is contained in:
committed by
Carlos Llamas
parent
fb0a2ae8c9
commit
a68f9ac139
@@ -763,8 +763,6 @@ CONFIG_UBSAN_TRAP=y
|
||||
CONFIG_PAGE_OWNER=y
|
||||
CONFIG_PAGE_PINNER=y
|
||||
CONFIG_DEBUG_MEMORY_INIT=y
|
||||
CONFIG_MEM_ALLOC_PROFILING=y
|
||||
# CONFIG_MEM_ALLOC_PROFILING_ENABLED_BY_DEFAULT is not set
|
||||
CONFIG_KASAN=y
|
||||
CONFIG_KASAN_HW_TAGS=y
|
||||
CONFIG_KFENCE=y
|
||||
|
||||
@@ -691,8 +691,6 @@ CONFIG_UBSAN_TRAP=y
|
||||
CONFIG_PAGE_OWNER=y
|
||||
CONFIG_PAGE_PINNER=y
|
||||
CONFIG_DEBUG_MEMORY_INIT=y
|
||||
CONFIG_MEM_ALLOC_PROFILING=y
|
||||
# CONFIG_MEM_ALLOC_PROFILING_ENABLED_BY_DEFAULT is not set
|
||||
CONFIG_KFENCE=y
|
||||
CONFIG_KFENCE_SAMPLE_INTERVAL=500
|
||||
CONFIG_KFENCE_NUM_OBJECTS=63
|
||||
|
||||
@@ -1312,7 +1312,6 @@
|
||||
media_entity_pads_init
|
||||
media_pipeline_start
|
||||
media_pipeline_stop
|
||||
mem_alloc_profiling_key
|
||||
memchr
|
||||
memcmp
|
||||
memcpy
|
||||
|
||||
@@ -475,7 +475,6 @@
|
||||
mbox_free_channel
|
||||
mbox_request_channel
|
||||
mbox_send_message
|
||||
mem_alloc_profiling_key
|
||||
memcpy
|
||||
memcpy_and_pad
|
||||
__memcpy_fromio
|
||||
|
||||
@@ -482,7 +482,6 @@
|
||||
log_read_mmio
|
||||
log_write_mmio
|
||||
loops_per_jiffy
|
||||
mem_alloc_profiling_key
|
||||
memchr
|
||||
memcpy
|
||||
__memcpy_fromio
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
log_post_write_mmio
|
||||
log_read_mmio
|
||||
log_write_mmio
|
||||
mem_alloc_profiling_key
|
||||
memcpy
|
||||
memset
|
||||
module_layout
|
||||
|
||||
@@ -105,7 +105,6 @@
|
||||
__list_del_entry_valid_or_report
|
||||
lskcipher_alloc_instance_simple
|
||||
lskcipher_register_instance
|
||||
mem_alloc_profiling_key
|
||||
memcpy
|
||||
memset
|
||||
__mutex_init
|
||||
|
||||
@@ -1412,7 +1412,6 @@
|
||||
media_graph_walk_next
|
||||
media_graph_walk_start
|
||||
media_pad_remote_pad_first
|
||||
mem_alloc_profiling_key
|
||||
memchr
|
||||
memchr_inv
|
||||
memcmp
|
||||
|
||||
@@ -1436,7 +1436,6 @@
|
||||
mctrl_gpio_get_outputs
|
||||
mctrl_gpio_init
|
||||
mctrl_gpio_set
|
||||
mem_alloc_profiling_key
|
||||
__memcat_p
|
||||
memchr
|
||||
memcmp
|
||||
|
||||
@@ -45,7 +45,6 @@
|
||||
kstrtoull
|
||||
__list_add_valid_or_report
|
||||
__list_del_entry_valid_or_report
|
||||
mem_alloc_profiling_key
|
||||
memcpy
|
||||
memset
|
||||
memstart_addr
|
||||
|
||||
@@ -250,7 +250,6 @@
|
||||
log_post_write_mmio
|
||||
log_read_mmio
|
||||
log_write_mmio
|
||||
mem_alloc_profiling_key
|
||||
memcpy
|
||||
memmove
|
||||
memset
|
||||
|
||||
Reference in New Issue
Block a user