HomeSort by relevance Sort by last modified time
    Searched refs:operationId (Results 1 - 2 of 2) sorted by null

  /external/bcc/examples/usdt_sample/usdt_sample_lib1/src/
lib1.cpp 34 std::uint64_t operationId = operationIdCounter++;
36 FOLLY_SDT(usdt_sample_lib1, operation_start, operationId, request.input().c_str());
41 USDT_SAMPLE_LIB1_OPERATION_START(operationId, &inputBuf);
47 return std::async(std::launch::async, [latencyMs, operationId, request]() {
53 FOLLY_SDT(usdt_sample_lib1, operation_end, operationId, response.output().c_str());
58 USDT_SAMPLE_LIB1_OPERATION_END(operationId, &outputBuf);
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmFloatControlsTests.cpp 132 enum OperationId
252 OperationId operationId;
260 OperationId operationId;
    [all...]

Completed in 168 milliseconds