| /developtools/profiler/device/services/profiler_service/src/ |
| D | trace_file_helper.h | 32 bool Update(TraceFileHeader& header);
|
| D | trace_file_helper.cpp | 53 bool TraceFileHelper::Update(TraceFileHeader& header) in Update() function in TraceFileHelper
|
| D | trace_file_writer.cpp | 222 helper_.Update(header_); in Finish()
|
| /developtools/smartperf_host/trace_streamer/src/table/ftrace/ |
| D | process_table.h | 32 int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) override;
|
| D | thread_table.h | 32 int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) override;
|
| D | process_table.cpp | 118 int32_t ProcessTable::Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function in SysTuning::TraceStreamer::ProcessTable
|
| D | thread_table.cpp | 464 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/ |
| D | process_table.h | 32 int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) override;
|
| D | thread_table.h | 32 int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) override;
|
| D | process_table.cpp | 118 int32_t ProcessTable::Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function in SysTuning::TraceStreamer::ProcessTable
|
| D | thread_table.cpp | 464 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/ |
| D | table_base.h | 101 virtual int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function
|
| D | table_base.cpp | 129 return static_cast<TableBase*>(pVTab)->Update(argc, argv, pRowid); in TableRegister()
|
| /developtools/smartperf_host/trace_streamer/src/table/base/ |
| D | table_base.h | 106 virtual int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function
|
| D | table_base.cpp | 129 return static_cast<TableBase*>(pVTab)->Update(argc, argv, pRowid); in TableRegister()
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/table/ |
| D | table_base.h | 115 virtual int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function
|
| D | table_base.cpp | 124 return static_cast<TableBase*>(pVTab)->Update(argc, argv, pRowid); in TableRegister()
|
| /developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/table/ |
| D | table_base.h | 115 virtual int32_t Update(int32_t argc, sqlite3_value** argv, sqlite3_int64* pRowid) in Update() function
|
| D | table_base.cpp | 126 return static_cast<TableBase*>(pVTab)->Update(argc, argv, pRowid); in TableRegister()
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | cpu_filter.cpp | 37 traceDataCache_->GetSchedSliceData()->Update(prevTidOnCpu->second.row, ts, prevState); in InsertSwitchEvent()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | cpu_filter.cpp | 37 traceDataCache_->GetSchedSliceData()->Update(prevTidOnCpu->second.row, ts, prevState); in InsertSwitchEvent()
|
| /developtools/ace_ets2bundle/compiler/sample/pages/ |
| D | willdo.ets | 32 { label: "Update profile" },
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 138 void SchedSlice::Update(uint64_t index, uint64_t ts, uint64_t state) in Update() function in SysTuning::TraceStdtype::SchedSlice
|
| D | trace_stdtype.h | 200 void Update(uint64_t index, uint64_t ts, uint64_t state);
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 139 void SchedSlice::Update(uint64_t index, uint64_t ts, uint64_t state) in Update() function in SysTuning::TraceStdtype::SchedSlice
|