Home
last modified time | relevance | path

Searched refs:Update (Results 1 – 25 of 26) sorted by relevance

12

/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_helper.h32 bool Update(TraceFileHeader& header);
Dtrace_file_helper.cpp53 bool TraceFileHelper::Update(TraceFileHeader& header) in Update() function in TraceFileHelper
Dtrace_file_writer.cpp222 helper_.Update(header_); in Finish()
/developtools/smartperf_host/trace_streamer/src/table/ftrace/
Dprocess_table.h32 int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) override;
Dthread_table.h32 int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) override;
Dprocess_table.cpp118 int32_t ProcessTable::Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function in SysTuning::TraceStreamer::ProcessTable
Dthread_table.cpp464 int32_t ThreadTable::Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function in SysTuning::TraceStreamer::ThreadTable
/developtools/profiler/host/smartperf/trace_streamer/src/table/ftrace/
Dprocess_table.h32 int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) override;
Dthread_table.h32 int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) override;
Dprocess_table.cpp118 int32_t ProcessTable::Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function in SysTuning::TraceStreamer::ProcessTable
Dthread_table.cpp464 int32_t ThreadTable::Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function in SysTuning::TraceStreamer::ThreadTable
/developtools/profiler/host/smartperf/trace_streamer/src/table/base/
Dtable_base.h101 virtual int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function
Dtable_base.cpp129 return static_cast<TableBase*>(pVTab)->Update(argc, argv, pRowid); in TableRegister()
/developtools/smartperf_host/trace_streamer/src/table/base/
Dtable_base.h106 virtual int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function
Dtable_base.cpp129 return static_cast<TableBase*>(pVTab)->Update(argc, argv, pRowid); in TableRegister()
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/
Dtable_base.h115 virtual int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function
Dtable_base.cpp124 return static_cast<TableBase*>(pVTab)->Update(argc, argv, pRowid); in TableRegister()
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/table/
Dtable_base.h115 virtual int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function
Dtable_base.cpp126 return static_cast<TableBase*>(pVTab)->Update(argc, argv, pRowid); in TableRegister()
/developtools/smartperf_host/trace_streamer/src/filter/
Dcpu_filter.cpp37 traceDataCache_->GetSchedSliceData()->Update(prevTidOnCpu->second.row, ts, prevState); in InsertSwitchEvent()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dcpu_filter.cpp37 traceDataCache_->GetSchedSliceData()->Update(prevTidOnCpu->second.row, ts, prevState); in InsertSwitchEvent()
/developtools/ace_ets2bundle/compiler/sample/pages/
Dwilldo.ets32 { label: "Update profile" },
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp138 void SchedSlice::Update(uint64_t index, uint64_t ts, uint64_t state) in Update() function in SysTuning::TraceStdtype::SchedSlice
Dtrace_stdtype.h200 void Update(uint64_t index, uint64_t ts, uint64_t state);
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp139 void SchedSlice::Update(uint64_t index, uint64_t ts, uint64_t state) in Update() function in SysTuning::TraceStdtype::SchedSlice

12