Home
last modified time | relevance | path

Searched refs:DebugAnnotation (Results 1 – 20 of 20) sorted by relevance

/external/perfetto/include/perfetto/tracing/
Ddebug_annotation.h46 class DebugAnnotation;
51 class PERFETTO_EXPORT DebugAnnotation {
53 DebugAnnotation() = default;
54 virtual ~DebugAnnotation();
57 virtual void Add(protos::pbzero::DebugAnnotation*) const = 0;
Dtraced_value.h35 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/
Ddebug_annotation.cc24 DebugAnnotation::~DebugAnnotation() = default;
26 void DebugAnnotation::WriteIntoTracedValue(TracedValue context) const { in WriteIntoTracedValue()
Dtraced_value.cc28 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()
Dtraced_value_unittest.cc139 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()
Dconsole_interceptor.cc381 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/
Ddebug_annotation.proto32 // 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;
Dcounter_descriptor.proto94 // repeated DebugAnnotation debug_annotations;
Dtrack_event.proto230 repeated DebugAnnotation debug_annotations = 4;
/external/perfetto/src/tracing/test/
Dtraced_value_test_support.cc30 void WriteAsJSON(const protos::DebugAnnotation& value, std::stringstream& ss) { in WriteAsJSON()
78 protos::DebugAnnotation result; in DebugAnnotationToString()
Dapi_integrationtest.cc324 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/
Dtrack_event_internal.h43 class DebugAnnotation; variable
201 static protos::pbzero::DebugAnnotation* AddDebugAnnotation(
/external/perfetto/include/perfetto/test/
Dtraced_value_test_support.h41 protozero::HeapBuffered<protos::pbzero::DebugAnnotation> message; in TracedValueToString()
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_parser.cc967 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 …]
Dproto_trace_parser_unittest.cc1978 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/
Dperfetto_trace_writer.py132 debug_annotation = proto.DebugAnnotation()
Dperfetto_proto_classes.py249 class DebugAnnotation(object): class
/external/perfetto/src/tracing/internal/
Dtrack_event_internal.cc391 protos::pbzero::DebugAnnotation* TrackEventInternal::AddDebugAnnotation( in AddDebugAnnotation()
/external/perfetto/
DCHANGELOG40 * Changed TracedValue to use nested DebugAnnotation proto instead of
41 DebugAnnotation::NestedValue.
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto6144 // 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;