mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ANDROID: vendor_hooks: export tracepoint symbol trace_mm_vmscan_kswapd_wake
export tracepoint symbol trace_mm_vmscan_kswapd_wake so we can hook it in our ko to capture some kswapd running info. Bug: 309352303 Change-Id: Ieb37f544502f33e708dacda6cbb552792dfbbc6b Signed-off-by: liwei <liwei1234@oppo.com>
This commit is contained in:
committed by
Suren Baghdasaryan
parent
6465e29536
commit
0ad2a3cd4d
@@ -75,6 +75,7 @@
|
||||
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(mm_vmscan_direct_reclaim_begin);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(mm_vmscan_direct_reclaim_end);
|
||||
EXPORT_TRACEPOINT_SYMBOL_GPL(mm_vmscan_kswapd_wake);
|
||||
|
||||
struct scan_control {
|
||||
/* How many pages shrink_list() should reclaim */
|
||||
|
||||
Reference in New Issue
Block a user