Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Ddemo_table_base.h103 …explicit DemoTableBase(const TraceDataCache* dataCache) : demoTraceDataCache_(dataCache), demoCurs… in DemoTableBase()
136 const TraceDataCache* demoTraceDataCache_; variable
Ddemo_meta_table.cpp33 return std::make_unique<Cursor>(demoTraceDataCache_, this); in CreateCursor()
Dgpu_counter_object_table.cpp33 return std::make_unique<Cursor>(demoTraceDataCache_, this); in CreateCursor()
Dslice_object_table.cpp33 return std::make_unique<Cursor>(demoTraceDataCache_, this); in CreateCursor()
Dgpu_counter_table.cpp35 return std::make_unique<Cursor>(demoTraceDataCache_, this); in CreateCursor()
Dslice_table.cpp36 return std::make_unique<Cursor>(demoTraceDataCache_, this); in CreateCursor()
Ddemo_table_base.cpp34 demoTraceDataCache_ = nullptr; in ~DemoTableBase()