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

i#7180: Add drmemtrace support for stdin via "-infile -" #7181

Merged
merged 3 commits into from
Jan 11, 2025

Conversation

derekbruening
Copy link
Contributor

Adds support for reading a single drmemtrace file from stdin when "-infile -" is specified. The file can be uncompressed or in gzip format.

Adds a UNIX-only test which was easiest to create directly using bash.

Fixes #7180

Adds support for reading a single drmemtrace file from stdin when
"-infile -" is specified.  The file can be uncompressed or in gzip
format.

Adds a UNIX-only test which was easiest to create directly using bash.

Fixes #7180
clients/drcachesim/common/options.cpp Outdated Show resolved Hide resolved
clients/drcachesim/reader/compressed_file_reader.cpp Outdated Show resolved Hide resolved
@derekbruening derekbruening merged commit 1f360cb into master Jan 11, 2025
17 checks passed
@derekbruening derekbruening deleted the i7180-infile-stdin branch January 11, 2025 04:26
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.

Add stdin support to drmemtrace for reading a single trace file
2 participants