From cd3a042a5a87e64ae6389beeb7df01ffe20f591e Mon Sep 17 00:00:00 2001 From: Bernd Hufmann Date: Thu, 25 Aug 2016 15:07:15 -0400 Subject: [PATCH] analysis: make call graph analysis non automatic Having automatic it will be executed for every trace since it is available for each trace type at the moment. Moreover, since it is dependent on the call stack analysis the call call stack analysis is also triggered. With this patch it is only done when one of the applicable call graph views, e.g. Flame Graph view, is opened. Change-Id: Id80782dc2050f8816b1440c7a9e7ff19503e0373 Signed-off-by: Bernd Hufmann Reviewed-on: https://git.eclipse.org/r/79760 Reviewed-by: Hudson CI Reviewed-by: Matthew Khouzam Tested-by: Matthew Khouzam --- analysis/org.eclipse.tracecompass.analysis.timing.ui/plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/org.eclipse.tracecompass.analysis.timing.ui/plugin.xml b/analysis/org.eclipse.tracecompass.analysis.timing.ui/plugin.xml index ecb2836713..613ab07459 100644 --- a/analysis/org.eclipse.tracecompass.analysis.timing.ui/plugin.xml +++ b/analysis/org.eclipse.tracecompass.analysis.timing.ui/plugin.xml @@ -5,7 +5,7 @@ point="org.eclipse.linuxtools.tmf.core.analysis"> -- 2.34.1