Trevor,
Thanks for the response. I used the ipctrace script and the whole program pinballs are indeed running.
I checked, and I believe that I have indeed downloaded the pinballs for PinPlay version 1.1. The errors that I am getting when trying to run the pinpoints suggest that I am missing the ".result" files and log files necessary to run with these pinpoints.
I am a little confused on how to generate a pinball for a program without its binary. Looking at slides 39-40 of the HPCA tutorial, it appears that the binary name goes into the "command" parameter of the configuration file.
I see that there is a "whole_pgm_name" argument to pinpoints.py. When I point this to one of the directories holding a whole program pinball, and then specify the "program_name" and "input_name" arguments, the script appears to start up and get running when I give a "-r" option. It gets to the section "+++ Processing: pinball", and then just sits there. Perhaps it is attempting to play back the whole program pinball, although it doesn't appear to be producing any meaningful output files. It appears that the "-p" option can be used to generate region pinballs. However, it seems that this requires a ".pinpoints.csv" file for specifying the regions. I see that there is an example of such a file in the HPCA tutorial. If I am correct that this file is needed, will this need to be created by hand?
Perhaps there is further documentation on how to use pinpoints.py that I can study? The example in the HPCA tutorial appears to cover the case when the binary is available.
Thanks for your help,
Patrick