c05564c4d8
Android 13
11 lines
422 B
Plaintext
Executable file
11 lines
422 B
Plaintext
Executable file
config MTK_PID_MAP
|
|
tristate "Map of PID and Task Name"
|
|
default y if ((MTK_GMO_RAM_OPTIMIZE && MTK_ENG_BUILD) || \
|
|
!MTK_GMO_RAM_OPTIMIZE) && DEBUG_FS
|
|
depends on ((MTK_GMO_RAM_OPTIMIZE && MTK_ENG_BUILD) || \
|
|
!MTK_GMO_RAM_OPTIMIZE) && DEBUG_FS
|
|
help
|
|
Enable task name recorder to
|
|
provide more pid and task name mappings.
|
|
More memory will be required for this feature,
|
|
so please consider the trade-off. |