CCTLib
Calling-context and data-object attribution library for Intel Pin
loadspy_integration_test.cpp File Reference
#include <cerrno>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <fcntl.h>
#include <fstream>
#include <regex>
#include <sstream>
#include <string>
#include <sys/wait.h>
#include <unistd.h>
#include <vector>
#include <gtest/gtest.h>
+ Include dependency graph for loadspy_integration_test.cpp:

Go to the source code of this file.

Classes

class  anonymous_namespace{loadspy_integration_test.cpp}::LoadspyIntegration
 
class  anonymous_namespace{loadspy_integration_test.cpp}::LoadspyIsa
 

Namespaces

 anonymous_namespace{loadspy_integration_test.cpp}
 

Functions

std::string anonymous_namespace{loadspy_integration_test.cpp}::env (const char *name)
 
std::string anonymous_namespace{loadspy_integration_test.cpp}::cctlib_root ()
 
std::string anonymous_namespace{loadspy_integration_test.cpp}::pin_root ()
 
int anonymous_namespace{loadspy_integration_test.cpp}::run_pin (const std::string &tool, const std::vector< std::string > &args)
 
std::string anonymous_namespace{loadspy_integration_test.cpp}::find_newest (const std::string &dir, const std::string &prefix)
 
std::string anonymous_namespace{loadspy_integration_test.cpp}::read_file (const std::string &path)
 
void anonymous_namespace{loadspy_integration_test.cpp}::cleanup (const std::string &dir, const std::string &prefix)
 
double anonymous_namespace{loadspy_integration_test.cpp}::parse_first_redundant_pct (const std::string &content)
 
 anonymous_namespace{loadspy_integration_test.cpp}::TEST_F (LoadspyIntegration, RunsCleanlyOnLs)
 
 anonymous_namespace{loadspy_integration_test.cpp}::TEST_F (LoadspyIntegration, TruePositiveHigherThanTrueNegative)
 
 anonymous_namespace{loadspy_integration_test.cpp}::TEST_F (LoadspyIntegration, TPReportAttributesToLoad8)
 
 anonymous_namespace{loadspy_integration_test.cpp}::TEST_P (LoadspyIsa, ExceedsBaseline)
 
 anonymous_namespace{loadspy_integration_test.cpp}::TEST_P (LoadspyIsa, AttributionInReport)
 
 anonymous_namespace{loadspy_integration_test.cpp}::INSTANTIATE_TEST_SUITE_P (IsaBreadth, LoadspyIsa, ::testing::Values("loadspy_sse16_tp", "loadspy_avx32_tp", "loadspy_repmovs_tp", "loadspy_cross_page_tp", "loadspy_mixed_widths_tp"), [](const testing::TestParamInfo< const char * > &info) { return std::string(info.param);})