Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4c89061 authored by Carmen Jackson's avatar Carmen Jackson Committed by android-build-merger
Browse files

Merge "Add Memory category to atrace." am: 09a8db10 am: 6f671982

am: 2fb7f559

Change-Id: Id4383ae9a7cbdd99e871a13f6e9f0ece05e249a9
parents 669b586c 2fb7f559
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -224,6 +224,11 @@ static const TracingCategory k_categories[] = {
    { "pagecache",  "Page cache", 0, {
        { REQ,      "events/filemap/enable" },
    } },
    { "memory",  "Memory", 0, {
        { OPT,      "events/kmem/rss_stat/enable" },
        { OPT,      "events/kmem/ion_heap_grow/enable" },
        { OPT,      "events/kmem/ion_heap_shrink/enable" },
    } },
};

struct TracingVendorCategory {