Searched refs:InstructionSet (Results 1 – 8 of 8) sorted by relevance
/test/dittosuite/src/ |
D | instruction_set.cpp | 31 InstructionSet::InstructionSet(const Params& params, in InstructionSet() function in dittosuite::InstructionSet 43 InstructionSet::InstructionSet(const Params& params, in InstructionSet() function in dittosuite::InstructionSet 50 void InstructionSet::SetUp() { in SetUp() 57 void InstructionSet::SetUpSingle() { in SetUpSingle() 64 void InstructionSet::RunSingle() { in RunSingle() 97 void InstructionSet::RunInstructions() { in RunInstructions() 106 std::unique_ptr<Result> InstructionSet::CollectResults(const std::string& prefix) { in CollectResults()
|
D | instruction_factory.cpp | 46 std::unique_ptr<InstructionSet> InstructionFactory::CreateFromProtoInstructionSet( in CreateFromProtoInstructionSet() 48 const dittosuiteproto::InstructionSet& proto_instruction_set) { in CreateFromProtoInstructionSet() 68 return std::make_unique<InstructionSet>(instruction_params, std::move(instructions), list_key, in CreateFromProtoInstructionSet() 71 return std::make_unique<InstructionSet>(instruction_params, std::move(instructions)); in CreateFromProtoInstructionSet()
|
/test/dittosuite/include/ditto/ |
D | instruction_set.h | 26 class InstructionSet : public Instruction { 30 explicit InstructionSet(const Params& params, 33 explicit InstructionSet(const Params& params,
|
D | instruction_factory.h | 30 static std::unique_ptr<InstructionSet> CreateFromProtoInstructionSet( 32 const dittosuiteproto::InstructionSet& proto_instruction_set);
|
/test/dittosuite/test/ |
D | write_file_test.cpp | 178 dittosuite::InstructionSet((Instruction::Params){syscall_, repeat}, std::move(instructions)); in TEST_F() 217 dittosuite::InstructionSet((Instruction::Params){syscall_, repeat}, std::move(instructions)); in TEST_F() 256 dittosuite::InstructionSet((Instruction::Params){syscall_, repeat}, std::move(instructions)); in TEST_F()
|
D | read_file_test.cpp | 180 dittosuite::InstructionSet((Instruction::Params){syscall_, repeat}, std::move(instructions)); in TEST_F() 219 dittosuite::InstructionSet((Instruction::Params){syscall_, repeat}, std::move(instructions)); in TEST_F() 258 dittosuite::InstructionSet((Instruction::Params){syscall_, repeat}, std::move(instructions)); in TEST_F()
|
/test/dittosuite/ |
D | dittotrace.cpp | 149 std::map<int, std::unique_ptr<dittosuiteproto::InstructionSet>> instruction_set_by_fd; in main() 164 instruction_set_by_fd[fd] = std::make_unique<dittosuiteproto::InstructionSet>(); in main()
|
/test/dittosuite/schema/ |
D | benchmark.proto | 220 InstructionSet instruction_set = 2; 240 message InstructionSet { message
|