linux.core: Update Syscall analysis to use time#toNanos and event#getName
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Mon, 12 Sep 2016 21:27:01 +0000 (17:27 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 22 Sep 2016 17:19:24 +0000 (13:19 -0400)
commite50916f0111f33228ffe742d8c3f6a38d51f942d
treeeb7703780c13d195b15c012af296226e505f6aed
parentcf4d6d4abccbd9d311f61ac7e414fa01d2cade52
linux.core: Update Syscall analysis to use time#toNanos and event#getName

Using ITmfTimestamp#toNanos ensure that system calls will be in the same
units if mixed OS traces are used. Using event#getName is faster and simpler
to read than event#getType()#getName.

Change-Id: I70819a28dfdaa257fa6c484c5073f77610605427
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/80967
Reviewed-by: Hudson CI
Reviewed-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
Tested-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/latency/SystemCallLatencyAnalysis.java
This page took 0.024524 seconds and 5 git commands to generate.