/external/perfetto/include/perfetto/tracing/ |
D | debug_annotation.h | 46 class DebugAnnotation; 51 class PERFETTO_EXPORT DebugAnnotation { 53 DebugAnnotation() = default; 54 virtual ~DebugAnnotation(); 57 virtual void Add(protos::pbzero::DebugAnnotation*) const = 0;
|
D | traced_value.h | 35 class DebugAnnotation; variable 39 class DebugAnnotation; variable 118 CreateTracedValueFromProto(protos::pbzero::DebugAnnotation*); 165 protos::pbzero::DebugAnnotation*); 167 static TracedValue CreateFromProto(protos::pbzero::DebugAnnotation*); 169 inline explicit TracedValue(protos::pbzero::DebugAnnotation* context, in TracedValue() 176 friend class DebugAnnotation; variable 178 protos::pbzero::DebugAnnotation* const context_ = nullptr; 204 inline explicit TracedArray(protos::pbzero::DebugAnnotation* context, in TracedArray() 208 protos::pbzero::DebugAnnotation* context_; [all …]
|
/external/perfetto/src/tracing/ |
D | debug_annotation.cc | 24 DebugAnnotation::~DebugAnnotation() = default; 26 void DebugAnnotation::WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue()
|
D | traced_value.cc | 28 protos::pbzero::DebugAnnotation* context) { in CreateTracedValueFromProto() 36 protos::pbzero::DebugAnnotation* context) { in CreateFromProto() 117 protos::pbzero::DebugAnnotation* item = context_->add_dict_entries(); in AddItem() 124 protos::pbzero::DebugAnnotation* item = context_->add_dict_entries(); in AddItem()
|
D | traced_value_unittest.cc | 139 protozero::HeapBuffered<protos::pbzero::DebugAnnotation> message; in TEST() 157 protozero::HeapBuffered<protos::pbzero::DebugAnnotation> message; in TEST() 172 protozero::HeapBuffered<protos::pbzero::DebugAnnotation> message; in TEST() 212 protozero::HeapBuffered<protos::pbzero::DebugAnnotation> message; in TEST() 341 protozero::HeapBuffered<protos::pbzero::DebugAnnotation> message; in ToStringWithFallback() 425 protozero::HeapBuffered<protos::pbzero::DebugAnnotation> message; in TEST() 439 protozero::HeapBuffered<protos::pbzero::DebugAnnotation> message; in TEST() 452 protozero::HeapBuffered<protos::pbzero::DebugAnnotation> message; in TEST()
|
D | console_interceptor.cc | 381 perfetto::protos::pbzero::DebugAnnotation::Decoder annotation(*it); in PrintDebugAnnotations() 401 const perfetto::protos::pbzero::DebugAnnotation::Decoder& annotation) { in PrintDebugAnnotationName() 419 const perfetto::protos::pbzero::DebugAnnotation::Decoder& annotation) { in PrintDebugAnnotationValue() 443 perfetto::protos::pbzero::DebugAnnotation::Decoder key_value(*it); in PrintDebugAnnotationValue() 456 perfetto::protos::pbzero::DebugAnnotation::Decoder key_value(*it); in PrintDebugAnnotationValue()
|
/external/perfetto/protos/perfetto/trace/track_event/ |
D | debug_annotation.proto | 32 // encoded as a single DebugAnnotation message. Only dictionary entries 61 message DebugAnnotation { message 88 repeated DebugAnnotation dict_entries = 11; 89 repeated DebugAnnotation array_values = 12;
|
D | counter_descriptor.proto | 94 // repeated DebugAnnotation debug_annotations;
|
D | track_event.proto | 230 repeated DebugAnnotation debug_annotations = 4;
|
/external/perfetto/src/tracing/test/ |
D | traced_value_test_support.cc | 30 void WriteAsJSON(const protos::DebugAnnotation& value, std::stringstream& ss) { in WriteAsJSON() 78 protos::DebugAnnotation result; in DebugAnnotationToString()
|
D | api_integrationtest.cc | 324 class MyDebugAnnotation : public perfetto::DebugAnnotation { 329 perfetto::protos::pbzero::DebugAnnotation* annotation) const override { in Add() 2272 class MyRawDebugAnnotation : public perfetto::DebugAnnotation { in TEST_P() 2282 void Add(perfetto::protos::pbzero::DebugAnnotation* annotation) const { in TEST_P() 2285 perfetto::protos::pbzero::DebugAnnotation::kNestedValueFieldNumber, in TEST_P() 2291 perfetto::protos::pbzero::DebugAnnotation::NestedValue> in TEST_P()
|
/external/perfetto/include/perfetto/tracing/internal/ |
D | track_event_internal.h | 43 class DebugAnnotation; variable 201 static protos::pbzero::DebugAnnotation* AddDebugAnnotation(
|
/external/perfetto/include/perfetto/test/ |
D | traced_value_test_support.h | 41 protozero::HeapBuffered<protos::pbzero::DebugAnnotation> message; in TracedValueToString()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | track_event_parser.cc | 967 protos::pbzero::DebugAnnotation::Decoder annotation(*it); in ParseMetadataEvent() 988 protos::pbzero::DebugAnnotation::Decoder annotation(*it); in ParseMetadataEvent() 1127 protos::pbzero::DebugAnnotation::Decoder annotation(data); in ParseDebugAnnotation() 1138 protos::pbzero::DebugAnnotation::Decoder& annotation, in ParseDebugAnnotationName() 1158 protos::pbzero::DebugAnnotation::Decoder& annotation, in ParseDebugAnnotationValue() 1180 protos::pbzero::DebugAnnotation::Decoder key_value(*it); in ParseDebugAnnotationValue() 1196 protos::pbzero::DebugAnnotation::Decoder value(*it); in ParseDebugAnnotationValue() 1225 protos::pbzero::DebugAnnotation::NestedValue::Decoder value(nested_value); in ParseNestedValueArgs() 1227 case protos::pbzero::DebugAnnotation::NestedValue::UNSPECIFIED: { in ParseNestedValueArgs() 1254 case protos::pbzero::DebugAnnotation::NestedValue::DICT: { in ParseNestedValueArgs() [all …]
|
D | proto_trace_parser_unittest.cc | 1978 nested->set_nested_type(protos::pbzero::DebugAnnotation::NestedValue::DICT); in TEST_F() 1983 protos::pbzero::DebugAnnotation::NestedValue::UNSPECIFIED); in TEST_F() 1987 protos::pbzero::DebugAnnotation::NestedValue::ARRAY); in TEST_F() 1990 protos::pbzero::DebugAnnotation::NestedValue::UNSPECIFIED); in TEST_F() 1994 protos::pbzero::DebugAnnotation::NestedValue::UNSPECIFIED); in TEST_F() 1998 protos::pbzero::DebugAnnotation::NestedValue::UNSPECIFIED); in TEST_F()
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/trace_event_impl/ |
D | perfetto_trace_writer.py | 132 debug_annotation = proto.DebugAnnotation()
|
D | perfetto_proto_classes.py | 249 class DebugAnnotation(object): class
|
/external/perfetto/src/tracing/internal/ |
D | track_event_internal.cc | 391 protos::pbzero::DebugAnnotation* TrackEventInternal::AddDebugAnnotation( in AddDebugAnnotation()
|
/external/perfetto/ |
D | CHANGELOG | 40 * Changed TracedValue to use nested DebugAnnotation proto instead of 41 DebugAnnotation::NestedValue.
|
/external/perfetto/protos/perfetto/trace/ |
D | perfetto_trace.proto | 6144 // encoded as a single DebugAnnotation message. Only dictionary entries 6173 message DebugAnnotation { message 6200 repeated DebugAnnotation dict_entries = 11; 6201 repeated DebugAnnotation array_values = 12; 7059 repeated DebugAnnotation debug_annotations = 4; 8748 // repeated DebugAnnotation debug_annotations;
|