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

Commit 63674d59 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "atrace: Remove funcgraphFlatPath option"

parents ccd2b60c 0551cfc0
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -320,9 +320,6 @@ static const char* k_funcgraphCpuPath =
static const char* k_funcgraphProcPath =
    "options/funcgraph-proc";

static const char* k_funcgraphFlatPath =
    "options/funcgraph-flat";

static const char* k_ftraceFilterPath =
    "set_ftrace_filter";

@@ -700,7 +697,6 @@ static bool setKernelTraceFuncs(const char* funcs)
        ok &= setKernelOptionEnable(k_funcgraphAbsTimePath, true);
        ok &= setKernelOptionEnable(k_funcgraphCpuPath, true);
        ok &= setKernelOptionEnable(k_funcgraphProcPath, true);
        ok &= setKernelOptionEnable(k_funcgraphFlatPath, true);

        // Set the requested filter functions.
        ok &= truncateFile(k_ftraceFilterPath);