Skip to content

Changes

Summary

  1. Support java-doc generation during Trace Compass build (details)
Commit 1a375c9181b88968de8ada1821aef4acb11b3903 by Bernd Hufmann
Support java-doc generation during Trace Compass build

Change-Id: I6f8834d5149187812165810c375a97b350243fb1
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified jenkins/pipelines/tracecompass-jdk11.Jenkinsfile

Summary

  1. Terminate strings (comm names) on null terminator (details)
Commit 2325e8a7d4db28a18ba36fa2469276aeaa98386c by Bernd Hufmann
Terminate strings (comm names) on null terminator

When a field of a certain size is parsed as string stop
if a null terminator is encountered.

Bug 579627

Change-Id: I57505b0cdb8ae4eab6fd791535de63fc58765cf9
Signed-off-by: Fabrizio Iannetti <fabrizio.iannetti@gmail.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/192600
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
(cherry picked from commit 13b2bbc8858fc5ff6727478bf3f136b857189a29)
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/192140
The file was modified tracetypes/org.eclipse.tracecompass.incubator.ftrace.core/src/org/eclipse/tracecompass/incubator/internal/ftrace/core/binary/iterator/BinaryFTraceIteratorHelper.java