Tmf: Add analysis module for memory usage with UST libc wrapper
authorGeneviève Bastien <gbastien+lttng@versatic.net>
Tue, 14 Jan 2014 18:33:36 +0000 (13:33 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Wed, 5 Feb 2014 00:34:24 +0000 (19:34 -0500)
commit2237fe8a7b5f13280d3022026971b2ecbc4440d6
tree2d9aa74f428c36a96e42397c908955b216f99ac6
parentc85a741ec88802795b06f8ed2ca31841575ec735
Tmf: Add analysis module for memory usage with UST libc wrapper

An analysis builds a state system for the memory used per thread in a UST
trace with libc events enabled.

It is based on a draft by Matthew Khouzam.

Change-Id: I18566e0eb6cd87103571f17ce88006b6edc53fd5
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Signed-off-by: Geneviève Bastien <gbastien+lttng@versatic.net>
Reviewed-on: https://git.eclipse.org/r/19878
Tested-by: Hudson CI
org.eclipse.linuxtools.lttng2.ust.core/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng2.ust.core/src/org/eclipse/linuxtools/internal/lttng2/ust/core/memoryusage/MemoryUsageStateProvider.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ust.core/src/org/eclipse/linuxtools/internal/lttng2/ust/core/memoryusage/UstMemoryStrings.java [new file with mode: 0644]
org.eclipse.linuxtools.lttng2.ust.ui/META-INF/MANIFEST.MF
org.eclipse.linuxtools.lttng2.ust.ui/plugin.xml
org.eclipse.linuxtools.lttng2.ust.ui/src/org/eclipse/linuxtools/lttng2/ust/ui/analysis/memory/UstMemoryAnalysisModule.java [new file with mode: 0644]
This page took 0.02571 seconds and 5 git commands to generate.