Lines Matching refs:proto_instruction
77 const std::list<int>& thread_ids, const dittosuiteproto::Instruction& proto_instruction) { in CreateFromProtoInstruction() argument
78 Instruction::Params instruction_params(Syscall::GetSyscall(), proto_instruction.repeat(), in CreateFromProtoInstruction()
79 proto_instruction.period_us(), in CreateFromProtoInstruction()
80 proto_instruction.offset_us()); in CreateFromProtoInstruction()
82 switch (proto_instruction.instruction_oneof_case()) { in CreateFromProtoInstruction()
85 proto_instruction.instruction_set()); in CreateFromProtoInstruction()
88 const auto& options = proto_instruction.open_file(); in CreateFromProtoInstruction()
126 const auto& options = proto_instruction.delete_file(); in CreateFromProtoInstruction()
136 const auto& options = proto_instruction.close_file(); in CreateFromProtoInstruction()
143 const auto& options = proto_instruction.resize_file(); in CreateFromProtoInstruction()
150 const auto& options = proto_instruction.write_file(); in CreateFromProtoInstruction()
167 const auto& options = proto_instruction.read_file(); in CreateFromProtoInstruction()
185 const auto& options = proto_instruction.read_directory(); in CreateFromProtoInstruction()
193 const auto& options = proto_instruction.resize_file_random(); in CreateFromProtoInstruction()
207 const auto& options = proto_instruction.multithreading(); in CreateFromProtoInstruction()
254 const auto& binder_request = proto_instruction.binder_request(); in CreateFromProtoInstruction()
257 const auto& options = proto_instruction.binder_request(); in CreateFromProtoInstruction()
266 const auto& options = proto_instruction.binder_request(); in CreateFromProtoInstruction()
278 const auto& options = proto_instruction.binder_service(); in CreateFromProtoInstruction()
284 const auto& options = proto_instruction.cpu_work(); in CreateFromProtoInstruction()
306 const auto& options = proto_instruction.mem_alloc(); in CreateFromProtoInstruction()
313 const auto& options = proto_instruction.lock(); in CreateFromProtoInstruction()
331 const auto& options = proto_instruction.unlock(); in CreateFromProtoInstruction()