HomeSort by relevance Sort by last modified time
    Searched defs:trace_id (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_remote_master.cc 115 string trace_id = strings::StrCat(tracing::GetUniqueArg()); local
116 ctx->AddMetadata(GrpcIdKey(), trace_id); local
117 return new tracing::ScopedActivity(name, trace_id);
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
rx-trace.hpp 14 struct trace_id struct in namespace:rxcpp
16 static inline trace_id make_next_id_subscriber() {
18 return trace_id{++id};
23 inline bool operator==(const trace_id& lhs, const trace_id& rhs) {
26 inline bool operator!=(const trace_id& lhs, const trace_id& rhs) {
30 inline bool operator<(const trace_id& lhs, const trace_id& rhs) {
34 inline bool operator>(const trace_id& lhs, const trace_id& rhs)
    [all...]
  /external/grpc-grpc/src/cpp/ext/filters/census/
rpc_encoding.h 30 #include "opencensus/trace/trace_id.h"
39 ctx.trace_id().CopyTo(trace_id);
46 ::opencensus::trace::TraceId(trace_id),
54 uint8_t trace_id[::opencensus::trace::TraceId::kSize]; member in struct:grpc::GrpcTraceContext
110 memcpy(&buf[kTraceIdOffset + 1], tc.trace_id,
139 memcpy(tc->trace_id, &buf[kFieldIdSize],
  /external/tensorflow/tensorflow/core/lib/core/
threadpool.cc 38 uint64 trace_id; member in struct:tensorflow::thread::EigenEnvironment::TaskImpl
83 t.f->trace_id);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 1557 uint32_t trace_id = ++sctx->current_saved_cs->trace_id; local
    [all...]
si_pipe.h 419 unsigned trace_id; member in struct:si_saved_cs
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 599 unsigned trace_id; member in struct:r600_context
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_private.h 923 uint32_t trace_id; member in struct:radv_cmd_state
    [all...]

Completed in 206 milliseconds