Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 112) sorted by relevance

12345

/developtools/hiperf/test/unittest/common/native/
Dunique_stack_table_test.cpp76 std::shared_ptr<UniqueStackTable> table = std::make_shared<UniqueStackTable>(1); variable
102 std::shared_ptr<UniqueStackTable> table = std::make_shared<UniqueStackTable>(1, maxsize); variable
109 std::shared_ptr<UniqueStackTable> table = std::make_shared<UniqueStackTable>(1, oversize); variable
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMCallTree.test.ts87 let table = document.querySelector('#filter'); variable
94 let table = document.querySelector('#filter'); variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/sql/
DNativeHook.sql.ts26 const table = isStatistic ? 'native_hook_statistic' : 'native_hook'; constant
/developtools/smartperf_host/smartperf_host/trace_streamer/src/table/base/
Dmeta_table.cpp35 MetaTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
Drange_table.cpp35 RangeTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) : TableBase::Cursor(d… in Cursor()
Ddevice_info_table.cpp36 DeviceInfoTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
Ddatasource_clockid_table.cpp37 DataSourceClockIdTableTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
Dtrace_config_table.cpp37 TraceConfigTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
/developtools/smartperf_host/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Dgpu_counter_object_table.cpp36 GpuCounterObjectTable::Cursor::Cursor(const TraceDataCache *dataCache, DemoTableBase *table) in Cursor()
Ddemo_meta_table.cpp36 DemoMetaTable::Cursor::Cursor(const TraceDataCache *dataCache, DemoTableBase *table) in Cursor()
Dslice_object_table.cpp36 SliceObjectTable::Cursor::Cursor(const TraceDataCache *dataCache, DemoTableBase *table) in Cursor()
Dgpu_counter_table.cpp38 GpuCounterTable::Cursor::Cursor(const TraceDataCache *dataCache, DemoTableBase *table) in Cursor()
Dslice_table.cpp39 SliceTable::Cursor::Cursor(const TraceDataCache *dataCache, DemoTableBase *table) in Cursor()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/table/js_memory/
Djs_heap_sample_table.cpp36 JsHeapSampleTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
Djs_heap_string_table.cpp36 JsHeapStringTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
Djs_cpu_profiler_sample_table.cpp38 JsCpuProfilerSampleTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
Djs_heap_location_table.cpp38 JsHeapLocationTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/table/hi_sysevent/
Dsysevent_subkey_table.cpp36 SysEventSubkeyTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/table/monitor/
Dhidump_table.cpp35 HidumpTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
Dmemory_cpu_table.cpp36 MemoryCpuTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
Dmemory_profile_table.cpp37 MemoryProfileTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/table/ftrace/
Dclock_snapshot_table.cpp39 ClockSnapShotTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneDmaSelectAbility.ts29 private table: HTMLDivElement | undefined | null; property in TabPaneDmaSelectAbility
/developtools/smartperf_host/smartperf_host/trace_streamer/src/table/xpower/
Dxpower_app_detaile_gpu_table.cpp38 XpowerAppDetaileGpuTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_report_table.cpp40 PerfReportTable::Cursor::Cursor(const TraceDataCache *dataCache, TableBase *table) in Cursor()

12345