9f46753616
This is stub for FS/IO/UFS part in mm_event. Bug: 149182139 Change-Id: Iae01a7d7c27224f2d7dea287f1d713103d8c7398 Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
12 lines
244 B
C
12 lines
244 B
C
#include <linux/mm.h>
|
|
#include <linux/mm_event.h>
|
|
|
|
void mm_event_count(enum mm_event_type event, int count)
|
|
{
|
|
}
|
|
EXPORT_SYMBOL_GPL(mm_event_count);
|
|
|
|
void mm_event_end(enum mm_event_type event, ktime_t start)
|
|
{
|
|
}
|
|
EXPORT_SYMBOL_GPL(mm_event_end);
|