kernel.core: change logger to tracer.
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Mon, 29 May 2017 23:58:46 +0000 (19:58 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 31 May 2017 19:37:44 +0000 (15:37 -0400)
commite7fd1b0e45c991180fa36fa52997edcab4ecdd14
tree108076abb1ba988219b8cd0b7af05c157c963c70
parentb075fbf02aed3f1a590389c062390399af1d3b91
kernel.core: change logger to tracer.

The logger generates a large amount of repeated data, this should go in
a trace. Additional data is also stored, but it is faster if tracing
is disabled as the string is not generated.

This should reduce the build log file sizes noticeably.

Change-Id: I7e1c2a799b9386be5872fe7ac3a3e4686ae416c7
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/98173
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-by: Hudson CI
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/analysis/os/linux/core/cpuusage/KernelCpuUsageAnalysis.java
This page took 0.025378 seconds and 5 git commands to generate.