Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_integrationtest.cc442 class MyDebugAnnotation : public perfetto::DebugAnnotation { class
444 ~MyDebugAnnotation() override = default;
3549 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()
3551 TRACE_EVENT_BEGIN("test", "E", "custom_arg", MyDebugAnnotation()); in TEST_P()
5196 MyDebugAnnotation annotation; in TEST_P()
5199 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()
5218 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()