Hi all:
I'm running a command as follows:
papiex -e SOME_EVENT -o SOME_EVENT ./SOME_APP
In the above command, the output should be saved in a file named "SOME_EVENT".
The problem is that I'm getting multiple files as output and they all have different counts with the first having the least counts:
SOME_EVENT
SOME_EVENT.1
SOME_EVENT.2
Why do you think this is happening?? The application is a single-threaded application and it does not run any other processes.
Thanks,
--arrazem
