Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of directory traces other than CTF #1156

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

bhufmann
Copy link
Collaborator

The trace detection algorithm checks recursively for CTF traces. If no CTF trace are found under the root directory, then use the root directory as trace directory. The trace server back-end will validate if this path points to a valid trace or not.

With this it's now possible to open traces that are directories other than CTF.

Note that only a single trace can be opened in the experiment and not set of traces, which is currently only supported with CTF traces.

Examples trace type: uftrace

Signed-off-by: Bernd Hufmann [email protected]

The trace detection algorithm checks recursively for CTF traces. If no
CTF trace are found under the root directory, then use the root
directory as trace directory. The trace server back-end will validate
if this path points to a valid trace or not.

With this it's now possible to open traces that are directories other
than CTF.

Note that only a single trace can be opened in the experiment and not
set of traces, which is currently only supported with CTF traces.

Examples trace type: uftrace

Signed-off-by: Bernd Hufmann <[email protected]>
@bhufmann bhufmann merged commit 08870fa into eclipse-cdt-cloud:master Nov 28, 2024
7 checks passed
@bhufmann bhufmann deleted the directory-traces branch November 28, 2024 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants