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

Commit ac37b5d8 authored by Carmen Jackson's avatar Carmen Jackson
Browse files

atrace: make 'lowmemorykiller' directory optional for memreclaim

The 'lowmemorykiller' directory isn't used for lmk tracing on devices that have userspace lmk.

Bug: 110999121
Test: The memreclaim option is available in Traceur on a device with
userspace lmk.

Change-Id: I5dadb5c6c55cb04b6fe079b5f10a3dc35f1ee3f1
parent d98772df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ static const TracingCategory k_categories[] = {
        { REQ,      "events/vmscan/mm_vmscan_direct_reclaim_end/enable" },
        { REQ,      "events/vmscan/mm_vmscan_kswapd_wake/enable" },
        { REQ,      "events/vmscan/mm_vmscan_kswapd_sleep/enable" },
        { REQ,      "events/lowmemorykiller/enable" },
        { OPT,      "events/lowmemorykiller/enable" },
    } },
    { "regulators",  "Voltage and Current Regulators", 0, {
        { REQ,      "events/regulator/enable" },