summaryrefslogtreecommitdiff
path: root/simpleperf/runtest/runtest.conf
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/runtest/runtest.conf')
-rw-r--r--simpleperf/runtest/runtest.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/simpleperf/runtest/runtest.conf b/simpleperf/runtest/runtest.conf
index 863ea996..2fbbd985 100644
--- a/simpleperf/runtest/runtest.conf
+++ b/simpleperf/runtest/runtest.conf
@@ -41,6 +41,7 @@
<test name="function_fork">
<executable name="simpleperf_runtest_function_fork"/>
+ <report option="--sort comm,symbol"/>
<symbol_overhead>
<symbol name="ParentFunction()" min="10" max="90"/>
@@ -48,7 +49,7 @@
</symbol_overhead>
<symbol_children_overhead>
- <symbol name="main" min="10" max="90"/>
+ <symbol name="main" min="10"/>
</symbol_children_overhead>
<symbol_callgraph_relation>
@@ -156,8 +157,8 @@
<executable name="simpleperf_runtest_function_indirect_recursive"/>
<symbol_overhead>
- <symbol name="FunctionRecursiveOne(int)" min="30" max="70"/>
- <symbol name="FunctionRecursiveTwo(int)" min="30" max="70"/>
+ <symbol name="FunctionRecursiveOne(int)" min="20"/>
+ <symbol name="FunctionRecursiveTwo(int)" min="20"/>
</symbol_overhead>
<symbol_children_overhead>