diff options
| author | 2021-04-23 02:10:30 +0000 | |
|---|---|---|
| committer | 2021-04-23 02:10:30 +0000 | |
| commit | 63674d5969229fbbf64054c89a3c2571566daeea (patch) | |
| tree | eacc32b6a2b2ca0d80b27739e04fcde9bfdd5605 | |
| parent | ccd2b60c3060332ad634e9fa0e246b61af6f86a0 (diff) | |
| parent | 0551cfc0e0830ac09d50f7abf67a8e32ad38389e (diff) | |
Merge "atrace: Remove funcgraphFlatPath option"
| -rw-r--r-- | cmds/atrace/atrace.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmds/atrace/atrace.cpp b/cmds/atrace/atrace.cpp index 88a5872b01..6f5f70d1ed 100644 --- a/cmds/atrace/atrace.cpp +++ b/cmds/atrace/atrace.cpp @@ -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); |