Home
last modified time | relevance | path

Searched refs:FileIds (Results 1 – 25 of 29) sorted by relevance

12

/developtools/smartperf_host/trace_streamer/src/table/hiperf/
Dperf_files_table.cpp127 …Map_->MixRange(c.op, static_cast<uint64_t>(sqlite3_value_int64(argv[i])), perfFilesObj_.FileIds()); in Filter()
156 … sqlite3_result_int64(context_, static_cast<int64_t>(perfFilesObj_.FileIds()[CurrentRow()])); in Column()
Dperf_call_chain_table.cpp134 perfCallChainObj_.FileIds()); in Filter()
176 … sqlite3_result_int64(context_, static_cast<uint64_t>(perfCallChainObj_.FileIds()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/hiperf/
Dperf_files_table.cpp127 …Map_->MixRange(c.op, static_cast<uint64_t>(sqlite3_value_int64(argv[i])), perfFilesObj_.FileIds()); in Filter()
156 … sqlite3_result_int64(context_, static_cast<int64_t>(perfFilesObj_.FileIds()[CurrentRow()])); in Column()
Dperf_call_chain_table.cpp134 perfCallChainObj_.FileIds()); in Filter()
176 … sqlite3_result_int64(context_, static_cast<uint64_t>(perfCallChainObj_.FileIds()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/table/js_memory/
Djs_heap_sample_table.cpp48 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapSample_.FileIds()[CurrentRow()])); in Column()
Djs_heap_string_table.cpp48 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapString_.FileIds()[CurrentRow()])); in Column()
Djs_heap_info_table.cpp52 … static_cast<int64_t>(jsHeapInfo_.FileIds()[CurrentRow()])); // IdsData() will be optimized in Column()
Djs_heap_location_table.cpp50 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapLocation_.FileIds()[CurrentRow()])); in Column()
Djs_heap_trace_node_table.cpp51 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapTraceNode_.FileIds()[CurrentRow()])); in Column()
Djs_heap_edges_table.cpp52 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapEdges_.FileIds()[CurrentRow()])); in Column()
Djs_heap_trace_function_info_table.cpp53 …sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapTraceFuncInfo_.FileIds()[CurrentRow()])); in Column()
Djs_heap_nodes_table.cpp54 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapNodes_.FileIds()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/js_memory/
Djs_heap_string_table.cpp48 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapString_.FileIds()[CurrentRow()])); in Column()
Djs_heap_sample_table.cpp48 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapSample_.FileIds()[CurrentRow()])); in Column()
Djs_heap_location_table.cpp50 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapLocation_.FileIds()[CurrentRow()])); in Column()
Djs_heap_info_table.cpp52 … static_cast<int64_t>(jsHeapInfo_.FileIds()[CurrentRow()])); // IdsData() will be optimized in Column()
Djs_heap_trace_node_table.cpp51 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapTraceNode_.FileIds()[CurrentRow()])); in Column()
Djs_heap_edges_table.cpp52 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapEdges_.FileIds()[CurrentRow()])); in Column()
Djs_heap_trace_function_info_table.cpp53 …sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapTraceFuncInfo_.FileIds()[CurrentRow()])); in Column()
Djs_heap_nodes_table.cpp54 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapNodes_.FileIds()[CurrentRow()])); in Column()
/developtools/smartperf_host/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp234 if (fileSystemSampleTableObj_.FileIds()[CurrentRow()] != INVALID_UINT64) { in Column()
235 …e3_result_int64(context_, static_cast<int64_t>(fileSystemSampleTableObj_.FileIds()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/table/ebpf/
Dfile_system_sample_table.cpp234 if (fileSystemSampleTableObj_.FileIds()[CurrentRow()] != INVALID_UINT64) { in Column()
235 …e3_result_int64(context_, static_cast<int64_t>(fileSystemSampleTableObj_.FileIds()[CurrentRow()])); in Column()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dperf_data_filter.cpp61 auto fileIds = traceDataCache_->GetPerfCallChainData()->FileIds(); in Finish()
/developtools/smartperf_host/trace_streamer/src/filter/
Dperf_data_filter.cpp61 auto fileIds = traceDataCache_->GetPerfCallChainData()->FileIds(); in Finish()
/developtools/smartperf_host/trace_streamer/test/unittest/
Debpf_file_system_test.cpp125 auto fileId = stream_.traceDataCache_->GetConstFileSystemSample().FileIds()[0];
207 auto fileId = stream_.traceDataCache_->GetConstFileSystemSample().FileIds()[0];
288 auto fileId = stream_.traceDataCache_->GetConstFileSystemSample().FileIds()[0];
370 auto fileId = stream_.traceDataCache_->GetConstFileSystemSample().FileIds()[0];

12