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

Commit 79bf6c7f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "atrace: Remove funcgraphFlatPath option" am: 63674d59 am: 423956f2...

Merge "atrace: Remove funcgraphFlatPath option" am: 63674d59 am: 423956f2 am: e4005ba9 am: 875d8745

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1683725

Change-Id: I8d3df567ef0aa537cdbacf135c576dc47365c069
parents 7a70b9d8 875d8745
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -323,9 +323,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";

@@ -703,7 +700,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);