| /developtools/smartperf_host/trace_streamer/src/table/hiperf/ |
| D | perf_files_table.cpp | 127 …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()
|
| D | perf_call_chain_table.cpp | 134 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/ |
| D | perf_files_table.cpp | 127 …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()
|
| D | perf_call_chain_table.cpp | 134 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/ |
| D | js_heap_sample_table.cpp | 48 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapSample_.FileIds()[CurrentRow()])); in Column()
|
| D | js_heap_string_table.cpp | 48 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapString_.FileIds()[CurrentRow()])); in Column()
|
| D | js_heap_info_table.cpp | 52 … static_cast<int64_t>(jsHeapInfo_.FileIds()[CurrentRow()])); // IdsData() will be optimized in Column()
|
| D | js_heap_location_table.cpp | 50 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapLocation_.FileIds()[CurrentRow()])); in Column()
|
| D | js_heap_trace_node_table.cpp | 51 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapTraceNode_.FileIds()[CurrentRow()])); in Column()
|
| D | js_heap_edges_table.cpp | 52 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapEdges_.FileIds()[CurrentRow()])); in Column()
|
| D | js_heap_trace_function_info_table.cpp | 53 …sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapTraceFuncInfo_.FileIds()[CurrentRow()])); in Column()
|
| D | js_heap_nodes_table.cpp | 54 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapNodes_.FileIds()[CurrentRow()])); in Column()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/table/js_memory/ |
| D | js_heap_string_table.cpp | 48 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapString_.FileIds()[CurrentRow()])); in Column()
|
| D | js_heap_sample_table.cpp | 48 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapSample_.FileIds()[CurrentRow()])); in Column()
|
| D | js_heap_location_table.cpp | 50 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapLocation_.FileIds()[CurrentRow()])); in Column()
|
| D | js_heap_info_table.cpp | 52 … static_cast<int64_t>(jsHeapInfo_.FileIds()[CurrentRow()])); // IdsData() will be optimized in Column()
|
| D | js_heap_trace_node_table.cpp | 51 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapTraceNode_.FileIds()[CurrentRow()])); in Column()
|
| D | js_heap_edges_table.cpp | 52 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapEdges_.FileIds()[CurrentRow()])); in Column()
|
| D | js_heap_trace_function_info_table.cpp | 53 …sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapTraceFuncInfo_.FileIds()[CurrentRow()])); in Column()
|
| D | js_heap_nodes_table.cpp | 54 … sqlite3_result_int64(context_, static_cast<int64_t>(jsHeapNodes_.FileIds()[CurrentRow()])); in Column()
|
| /developtools/smartperf_host/trace_streamer/src/table/ebpf/ |
| D | file_system_sample_table.cpp | 234 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/ |
| D | file_system_sample_table.cpp | 234 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/ |
| D | perf_data_filter.cpp | 61 auto fileIds = traceDataCache_->GetPerfCallChainData()->FileIds(); in Finish()
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | perf_data_filter.cpp | 61 auto fileIds = traceDataCache_->GetPerfCallChainData()->FileIds(); in Finish()
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | ebpf_file_system_test.cpp | 125 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];
|