Searched refs:trace_bytes (Results 1 – 1 of 1) sorted by relevance
244 std::unique_ptr<uint8_t[]> trace_bytes(new uint8_t[trace.size()]); in StopTracing() local245 std::copy(&trace[0], &trace[0] + trace.size(), &trace_bytes[0]); in StopTracing()246 trace_processor_->Parse(std::move(trace_bytes), trace.size()); in StopTracing()