Searched refs:trace_id_ (Results 1 – 4 of 4) sorted by relevance
/external/pigweed/pw_trace/pw_trace_test/ |
D | fake_backend.h | 54 trace_id_(0), in Event() 68 trace_id_(trace_id), in Event() 85 trace_id_(trace_id), in Event() 94 group_ == rhs.group_ && trace_id_ == rhs.trace_id_ && // 104 group_ == rhs.group_ && trace_id_ == rhs.trace_id_ && // in IsEqualIgnoreLabel() 116 uint32_t trace_id_; variable
|
/external/openscreen/util/trace_logging/ |
D | scoped_trace_operations.h | 39 return traces_ == nullptr ? kEmptyTraceId : traces_->top()->trace_id_; in current_id() 84 TraceId trace_id_; variable 88 TraceIdHierarchy to_hierarchy() { return {trace_id_, parent_id_, root_id_}; } in to_hierarchy()
|
D | scoped_trace_operations.cc | 47 parent_id != kUnsetTraceId ? parent_id : traces_->top()->trace_id_; in ScopedTraceOperation() 48 trace_id_ = in ScopedTraceOperation()
|
/external/pigweed/pw_trace/public/pw_trace/internal/ |
D | trace_internal.h | 202 : trace_id_(trace_id) { \ 203 PW_TRACE(event_type_start, flag, label, group, trace_id_); \ 206 PW_TRACE(event_type_end, flag, label, group, trace_id_); \ 210 const uint32_t trace_id_; \
|