Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit d120f08

Browse files
author
Carlos Galo
committed
ANDROID: mm: Remove direct reclaim tracepoint exports
The memhealth driver has been removed from AOSP. We no longer need the direct reclaim begin/end tracepoints to be exported. Bug: 315560026 Change-Id: Iadcebc7d81eb6cc059c318918fba8664e5ae37b8 Signed-off-by: Carlos Galo <carlosgalo@google.com>
1 parent 2feb00e commit d120f08

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mm/vmscan.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7130,13 +7130,6 @@ unsigned long try_to_free_pages(struct zonelist *zonelist, int order,
71307130
return nr_reclaimed;
71317131
}
71327132

7133-
/**
7134-
* ANDROID: Exporting tracepoints to assist in tracking direct reclaim
7135-
* state in `drivers/android/memhealth.c`.
7136-
*/
7137-
EXPORT_TRACEPOINT_SYMBOL_GPL(mm_vmscan_direct_reclaim_begin);
7138-
EXPORT_TRACEPOINT_SYMBOL_GPL(mm_vmscan_direct_reclaim_end);
7139-
71407133
#ifdef CONFIG_MEMCG
71417134

71427135
/* Only used by soft limit reclaim. Do not reuse for anything else. */

0 commit comments

Comments
 (0)