mm: mm_event: add special kernel allocation stat
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / include / trace / events / mm_event.h
index 34e6d55f0266cfcb449f10b3bb832e141e01a130..7d69e42bc8bd210e9793e5a281785a4e5a6f778f 100644 (file)
@@ -16,7 +16,8 @@ struct mm_event_task;
        { MM_MAJ_FAULT, "maj_flt" },                                    \
        { MM_COMPACTION, "compaction" },                                \
        { MM_RECLAIM, "reclaim" },                                      \
-       { MM_SWP_FAULT, "swp_flt" })
+       { MM_SWP_FAULT, "swp_flt" },                                    \
+       { MM_KERN_ALLOC, "kern_alloc" })
 
 TRACE_EVENT(mm_event_record,