Home
last modified time | relevance | path

Searched refs:pathIndex (Results 1 - 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/filter/perf_filter/
H A Dperf_data_filter.cpp65 auto pathIndex = filePath[fileIdToRow_.at(fileIds[i])]; in Finish() local
66 auto fullPath = traceDataCache_->GetDataFromDict(pathIndex); in Finish()
/developtools/smartperf_host/trace_streamer/src/table/hiperf/
H A Dperf_files_table.cpp133 auto pathIndex = static_cast<size_t>(perfFilesObj_.FilePaths()[CurrentRow()]); in Column() local
134 sqlite3_result_text(context_, dataCache_->GetDataFromDict(pathIndex).c_str(), STR_DEFAULT_LEN, nullptr); in Column()

Completed in 2 milliseconds