|
CCTLib
Calling-context and data-object attribution library for Intel Pin
|
#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 redspy_integration_test.cpp:Go to the source code of this file.
Namespaces | |
| anonymous_namespace{redspy_integration_test.cpp} | |
Functions | |
| std::string | anonymous_namespace{redspy_integration_test.cpp}::env (const char *name) |
| std::string | anonymous_namespace{redspy_integration_test.cpp}::cctlib_root () |
| std::string | anonymous_namespace{redspy_integration_test.cpp}::pin_root () |
| int | anonymous_namespace{redspy_integration_test.cpp}::run_pin (const std::string &tool, const std::vector< std::string > &args) |
| std::string | anonymous_namespace{redspy_integration_test.cpp}::find_newest (const std::string &dir, const std::string &prefix) |
| std::string | anonymous_namespace{redspy_integration_test.cpp}::read_file (const std::string &path) |
| void | anonymous_namespace{redspy_integration_test.cpp}::cleanup (const std::string &dir, const std::string &prefix) |
| double | anonymous_namespace{redspy_integration_test.cpp}::parse_first_redundant_pct (const std::string &content) |
| anonymous_namespace{redspy_integration_test.cpp}::TEST_F (RedspyIntegration, RunsCleanlyOnLs) | |
| anonymous_namespace{redspy_integration_test.cpp}::TEST_F (RedspyIntegration, TruePositiveHigherThanTrueNegative) | |
| anonymous_namespace{redspy_integration_test.cpp}::TEST_F (RedspyIntegration, MultiSizeTruePositiveExceedsTN) | |
| anonymous_namespace{redspy_integration_test.cpp}::TEST_F (RedspyIntegration, TPReportAttributesToStore8) | |
| anonymous_namespace{redspy_integration_test.cpp}::TEST_P (RedspyIsa, ExceedsBaseline) | |
| anonymous_namespace{redspy_integration_test.cpp}::INSTANTIATE_TEST_SUITE_P (IsaBreadth, RedspyIsa, ::testing::Values(RedspyIsaVictim{"redspy_sse16_tp", 2.0}, RedspyIsaVictim{"redspy_avx32_tp", 2.0}, RedspyIsaVictim{"redspy_immediate_tp", 1.0}, RedspyIsaVictim{"redspy_partial_qword_then_byte_tp", 0.3}, RedspyIsaVictim{"redspy_zero_fill_tp", 2.0}, RedspyIsaVictim{"redspy_scalar_sse_tp", 1.0}, RedspyIsaVictim{"redspy_cross_page_tp", 0.5}), [](const testing::TestParamInfo< RedspyIsaVictim > &info) { return info.param.name;}) | |