Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc403 class MyDebugAnnotation : public perfetto::DebugAnnotation { class
405 ~MyDebugAnnotation() override = default;
3287 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()
3289 TRACE_EVENT_BEGIN("test", "E", "custom_arg", MyDebugAnnotation()); in TEST_P()
4786 MyDebugAnnotation annotation; in TEST_P()
4789 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()
4808 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()