ANDROID: mm: export tracepoint vm_unmapped_area

Export tracepoint vm_unmapped_area for vendor module to show debug
information of vm_unmapped_area failure.

Bug: 351175506
Change-Id: I7fb7003e970fc70f023a414a2bc9b76ad16a2644
Signed-off-by: Sooyong Suk <s.suk@samsung.corp-partner.google.com>
This commit is contained in:
Sooyong Suk 2024-07-11 13:13:16 +09:00 committed by Treehugger Robot
parent ac1de79449
commit 969cecdd1e

View File

@ -62,6 +62,8 @@
#include "internal.h"
EXPORT_TRACEPOINT_SYMBOL_GPL(vm_unmapped_area);
#ifndef arch_mmap_check
#define arch_mmap_check(addr, len, flags) (0)
#endif