Search the web
Sign In
New User? Sign Up
simpoint
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
bbtracker on sim-fast   Message List  
Reply | Forward Message #44 of 119 |
Re: [simpoint] bbtracker on sim-fast

> I've been trying to generate the basic block vectors using the
> code provided at
> http://www-cse.ucsd.edu/~calder/simpoint/simplescalar-bbv.htm.
> However, the .gz files generated appear to be invalid. What
> might be problem?

The tracker uses popen(3) to generate gzipped output:

sprintf( finalname, "gzip -c > %s/%s.bb.gz", outdir, outfile );
bbtrace = popen(finalname,"w");

You may have problems if your system does not support popen, or if
gzip is not in your PATH.

What does the .gz file look like? You can try the following commands
to get some information:

ls -l out.bb.gz
file out.bb.gz

gzip -t out.bb.gz
less -S out.bb.gz

-jeremy



Mon May 21, 2007 7:00 pm

aoxommoxoa
Offline Offline
Send Email Send Email

Forward
Message #44 of 119 |
Expand Messages Author Sort by Date

Hi, I've been trying to generate the basic block vectors using the code provided at http://www-cse.ucsd.edu/~calder/simpoint/simplescalar-bbv.htm. However, the...
Sravana Reddy
sravreddy
Offline Send Email
May 21, 2007
6:24 pm

... The tracker uses popen(3) to generate gzipped output: sprintf( finalname, "gzip -c > %s/%s.bb.gz", outdir, outfile ); bbtrace = popen(finalname,"w"); You...
Jeremy Lau
aoxommoxoa
Offline Send Email
May 21, 2007
7:04 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help