#include <unistd.h>
#include <cstring>
#include <iostream>
#include <string>
#include <sstream>
#include <cerrno>
#include "op_exception.h"
#include "op_header.h"
#include "op_config.h"
#include "op_sample_file.h"
#include "profile.h"
#include "op_bfd.h"
#include "cverb.h"
#include "populate_for_spu.h"
Go to the source code of this file.
Encapsulation for samples files over all profile classes belonging to the same binary image
Definition in file profile.cpp.