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

No dynamic_trace.gz generated while running *-instrumented #48

Open
rem1A opened this issue Dec 9, 2022 · 2 comments
Open

No dynamic_trace.gz generated while running *-instrumented #48

rem1A opened this issue Dec 9, 2022 · 2 comments

Comments

@rem1A
Copy link

rem1A commented Dec 9, 2022

I am using LLVM-Tracer 6.0 ( not docker container ), and I have successfully compiled with this makefile:
makefile.txt

but when I run the test-instrumented, there is no dynamic_trace.gz file that should have been generated.

here is the original file bfs.cpp and its input file:
bfs&input file.zip

Are there any problems with my Makefile or sth else? I wonder why there is no 'dynamic_trace.gz' out.

Thank you very much!

@nedasadat-taheri
Copy link

I have the same problem
would you mind telling me if you figured out the problem?

@jlm109-ua
Copy link

jlm109-ua commented Mar 25, 2024

I am having the same problem with some C programs.

I'm using the next command to compile all the -instrumented files:

make trace-binary EXEC=fileName TOP_LEVEL=runMain* SUFFIX=c

Also, I added to my Makefile.tracer the -trace-all-callees parameter.

This worked for almost 55 small benchmarks but it failed for 18 of them, so I don't really know whats wrong with it.

Did someone solve it?

*runMain() is a function that does whatever the main() had to do.

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

No branches or pull requests

3 participants