Home
last modified time | relevance | path

Searched refs:proto_instruction (Results 1 – 2 of 2) sorted by relevance

/test/dittosuite/src/
Dinstruction_factory.cpp76 const std::list<int>& thread_ids, const dittosuiteproto::Instruction& proto_instruction) { in CreateFromProtoInstruction() argument
77 Instruction::Params instruction_params(Syscall::GetSyscall(), proto_instruction.repeat(), in CreateFromProtoInstruction()
78 proto_instruction.period_us(), in CreateFromProtoInstruction()
79 proto_instruction.offset_us()); in CreateFromProtoInstruction()
81 switch (proto_instruction.instruction_oneof_case()) { in CreateFromProtoInstruction()
84 proto_instruction.instruction_set()); in CreateFromProtoInstruction()
87 const auto& options = proto_instruction.open_file(); in CreateFromProtoInstruction()
125 const auto& options = proto_instruction.delete_file(); in CreateFromProtoInstruction()
135 const auto& options = proto_instruction.close_file(); in CreateFromProtoInstruction()
142 const auto& options = proto_instruction.resize_file(); in CreateFromProtoInstruction()
[all …]
/test/dittosuite/include/ditto/
Dinstruction_factory.h34 const std::list<int>& thread_ids, const dittosuiteproto::Instruction& proto_instruction);