-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rocm: add rocm gpu trace for exatracer and ctf plugin
Signed-off-by: Arnaud Fiorini <[email protected]>
- Loading branch information
Showing
46 changed files
with
516 additions
and
2,409 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 6 additions & 62 deletions
68
analyses/org.eclipse.tracecompass.incubator.rocm.core/plugin.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,79 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?eclipse version="3.4"?> | ||
<plugin> | ||
<extension | ||
point="org.eclipse.linuxtools.tmf.core.analysis"> | ||
<module | ||
analysis_module="org.eclipse.tracecompass.incubator.internal.rocm.core.analysis.old.RocmMetadataAnalysis" | ||
automatic="true" | ||
id="org.eclipse.tracecompass.incubator.rocm.core.analysis.functionname" | ||
name="ROCm Function Name Analysis"> | ||
<tracetype | ||
applies="true" | ||
class="org.eclipse.tracecompass.incubator.rocm.core.trace.old.RocmTrace"> | ||
</tracetype> | ||
</module> | ||
</extension> | ||
<extension | ||
point="org.eclipse.linuxtools.tmf.core.analysis"> | ||
<module | ||
analysis_module="org.eclipse.tracecompass.analysis.counters.core.CounterAnalysis" | ||
automatic="true" | ||
id="org.eclipse.tracecompass.analysis.counters.core.counteranalysis" | ||
name="Counters"> | ||
<tracetype | ||
class="org.eclipse.tracecompass.incubator.rocm.core.trace.old.RocmTrace"> | ||
</tracetype> | ||
</module> | ||
<module | ||
analysis_module="org.eclipse.tracecompass.incubator.internal.rocm.core.analysis.RocmCallStackAnalysis" | ||
automatic="true" | ||
id="org.eclipse.tracecompass.incubator.rocm.core.analysis.atomic" | ||
name="ROCm API Analysis"> | ||
<tracetype | ||
applies="true" | ||
class="org.eclipse.tracecompass.incubator.rocm.core.trace.RocmTrace"> | ||
</tracetype> | ||
</module> | ||
</extension> | ||
<extension | ||
point="org.eclipse.linuxtools.tmf.core.tracetype"> | ||
<type | ||
category="org.eclipse.linuxtools.tmf.ctf.core.category.ctf" | ||
event_type="org.eclipse.tracecompass.tmf.core.event.TmfEvent" | ||
id="org.eclipse.tracecompass.incubator.rocm.core.trace" | ||
id="org.eclipse.tracecompass.incubator.rocm.core.trace.exatracer" | ||
isDirectory="true" | ||
name="%trace.rocm.old" | ||
trace_type="org.eclipse.tracecompass.incubator.rocm.core.trace.old.RocmTrace"> | ||
name="Exatracer Trace" | ||
trace_type="org.eclipse.tracecompass.incubator.rocm.core.exatracer.trace.RocmExatracerTrace"> | ||
</type> | ||
<type | ||
category="org.eclipse.linuxtools.tmf.ctf.core.category.ctf" | ||
event_type="org.eclipse.tracecompass.tmf.core.event.TmfEvent" | ||
id="org.eclipse.tracecompass.incubator.rocm.core.trace.atomic" | ||
id="org.eclipse.tracecompass.incubator.rocm.core.trace.ctfplugin" | ||
isDirectory="true" | ||
name="%trace.rocm" | ||
trace_type="org.eclipse.tracecompass.incubator.rocm.core.trace.RocmTrace"> | ||
name="RocmCtfPlugin Trace" | ||
trace_type="org.eclipse.tracecompass.incubator.rocm.core.ctfplugin.trace.RocmCtfPluginTrace"> | ||
</type> | ||
</extension> | ||
<extension | ||
point="org.eclipse.linuxtools.tmf.core.analysis"> | ||
<module | ||
analysis_module="org.eclipse.tracecompass.incubator.internal.rocm.core.analysis.old.RocmCallStackAnalysis" | ||
automatic="true" | ||
id="org.eclipse.tracecompass.incubator.rocm.core.analysis.interval" | ||
name="ROCm API Analysis"> | ||
<tracetype | ||
applies="true" | ||
class="org.eclipse.tracecompass.incubator.rocm.core.trace.old.RocmTrace"> | ||
</tracetype> | ||
</module> | ||
</extension> | ||
<extension | ||
point="org.eclipse.tracecompass.tmf.core.symbolProvider"> | ||
<providerFactory | ||
class="org.eclipse.tracecompass.incubator.rocm.core.trace.RocmTraceSymbolProviderFactory" | ||
id="org.eclipse.tracecompass.incubator.rocm.core.trace.providerfactory" | ||
priority="56"> | ||
</providerFactory> | ||
</extension> | ||
</plugin> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 0 additions & 73 deletions
73
...racecompass/incubator/internal/rocm/core/analysis/dependency/AbstractDependencyMaker.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.