Home
last modified time | relevance | path

Searched refs:InstructionSet (Results 1 – 8 of 8) sorted by relevance

/test/dittosuite/src/
Dinstruction_set.cpp31 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()
Dinstruction_factory.cpp46 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/
Dinstruction_set.h26 class InstructionSet : public Instruction {
30 explicit InstructionSet(const Params& params,
33 explicit InstructionSet(const Params& params,
Dinstruction_factory.h30 static std::unique_ptr<InstructionSet> CreateFromProtoInstructionSet(
32 const dittosuiteproto::InstructionSet& proto_instruction_set);
/test/dittosuite/test/
Dwrite_file_test.cpp178 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()
Dread_file_test.cpp180 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/
Ddittotrace.cpp149 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/
Dbenchmark.proto220 InstructionSet instruction_set = 2;
240 message InstructionSet { message