analysis.os: bug 488757: Let the KernelTidAspect block if not queryable
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Thu, 28 Apr 2016 13:38:30 +0000 (09:38 -0400)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Tue, 10 May 2016 00:42:55 +0000 (20:42 -0400)
commit7858428e8f9736a7c77e96fc338af04589e41341
treef486d4e47c8887f6e6697cef27ab3889408982a6
parente2f5644360b0ff9198f406f36416f255f43a1a08
analysis.os: bug 488757: Let the KernelTidAspect block if not queryable

This aspect implements the blocking resolve method and, if the caller
wishes, will block until the analysis is ready to be queried at the
time of the event. A progress monitor is used to allow for cancelling
the blocking call.

This patch updates the system call latency analysis to block.

Change-Id: Ie858bb4ed8984f6320af443030db4950ab5f7927
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/71604
Reviewed-by: Hudson CI
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/analysis/os/linux/core/kernel/KernelTidAspect.java
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/analysis/os/linux/core/latency/SystemCallLatencyAnalysis.java
This page took 0.025952 seconds and 5 git commands to generate.