Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc324 class MyDebugAnnotation : public perfetto::DebugAnnotation { class
326 ~MyDebugAnnotation() override = default;
2254 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()
2256 TRACE_EVENT_BEGIN("test", "E", "custom_arg", MyDebugAnnotation()); in TEST_P()
3330 MyDebugAnnotation annotation; in TEST_P()
3333 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()
3354 std::unique_ptr<MyDebugAnnotation> owned_annotation(new MyDebugAnnotation()); in TEST_P()