Home
last modified time | relevance | path

Searched defs:callChainId (Results 1 – 12 of 12) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dpaged_memory_parser_test.cpp87 auto callChainId = stream_.traceDataCache_->GetConstPagedMemorySampleData().CallChainIds()[0]; variable
145 auto callChainId = stream_.traceDataCache_->GetConstPagedMemorySampleData().CallChainIds()[0]; variable
205 auto callChainId = stream_.traceDataCache_->GetConstPagedMemorySampleData().CallChainIds()[0]; variable
267 auto callChainId = stream_.traceDataCache_->GetConstPagedMemorySampleData().CallChainIds()[0]; variable
Dbio_parser_test.cpp91 auto callChainId = stream_.traceDataCache_->GetConstBioLatencySampleData().CallChainIds()[0]; variable
152 auto callChainId = stream_.traceDataCache_->GetConstBioLatencySampleData().CallChainIds()[0]; variable
216 auto callChainId = stream_.traceDataCache_->GetConstBioLatencySampleData().CallChainIds()[0]; variable
287 auto callChainId = stream_.traceDataCache_->GetConstBioLatencySampleData().CallChainIds()[0]; variable
Debpf_file_system_test.cpp108 auto callChainId = stream_.traceDataCache_->GetConstFileSystemSample().CallChainIds()[0]; variable
189 auto callChainId = stream_.traceDataCache_->GetConstFileSystemSample().CallChainIds()[0]; variable
271 auto callChainId = stream_.traceDataCache_->GetConstFileSystemSample().CallChainIds()[0]; variable
352 auto callChainId = stream_.traceDataCache_->GetConstFileSystemSample().CallChainIds()[0]; variable
484 auto callChainId = stream_.traceDataCache_->GetConstFileSystemSample().CallChainIds()[0]; variable
Dtable_test.cpp391 uint64_t callChainId = 1; variable
444 uint64_t callChainId = 1; variable
607 uint64_t callChainId = 1; variable
813 uint64_t callChainId = 1; variable
865 uint64_t callChainId = 1; variable
938 uint64_t callChainId = stream_.traceDataCache_->GetDataIndex("callChain"); variable
Dnative_hook_parser_test.cpp85 NativeHookCache(const uint64_t callChainId, in NativeHookCache()
258 NativeHookFrameCache(const uint64_t callChainId, in NativeHookFrameCache()
/developtools/profiler/host/smartperf/trace_streamer/src/parser/htrace_parser/
Dhtrace_native_hook_parser.cpp100 auto callChainId = ParseNativeHookFrame(allocEvent.frame_info()); in ParseAllocEvent() local
126 auto callChainId = ParseNativeHookFrame(freeEvent.frame_info()); in ParseFreeEvent() local
147 auto callChainId = ParseNativeHookFrame(mMapEvent.frame_info()); in ParseMmapEvent() local
173 auto callChainId = ParseNativeHookFrame(mUnMapEvent.frame_info()); in ParseMunmapEvent() local
307 auto callChainId = INVALID_UINT64; in ParseNativeHookFrame() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp184 auto callChainId = UpdatePerfCallChainData(sample); in RecordCallBack() local
206 uint64_t callChainId = INVALID_UINT64; in UpdatePerfCallChainData() local
256 void PerfDataParser::UpdatePerfSampleData(uint64_t callChainId, std::unique_ptr<PerfRecordSample>& … in UpdatePerfSampleData()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dperf_data_filter.cpp40 uint64_t callChainId, in AppendPerfCallChain()
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerFileSystem.ts595 callChainId: number = 0; property in FileCallChain
604 callChainId:number = 0; property in FileSample
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp438 size_t NativeHook::AppendNewNativeHookData(uint64_t callChainId, in AppendNewNativeHookData()
560 size_t NativeHookFrame::AppendNewNativeHookFrame(uint64_t callChainId, in AppendNewNativeHookFrame()
616 auto callChainId = callChainIds_[i]; in GetCallIdToLastLibId() local
678 uint64_t callChainId, in AppendNewPerfCallChain()
1266 size_t FileSystemSample::AppendNewData(uint64_t callChainId, in AppendNewData()
1367 size_t PagedMemorySampleData::AppendNewData(uint64_t callChainId, in AppendNewData()
1426 size_t EbpfCallStackData::AppendNewData(uint64_t callChainId, in AppendNewData()
1843 void BioLatencySampleData::AppendNewData(uint64_t callChainId, in AppendNewData()
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DPerfProfile.ts71 callChainId: number = 0; property in PerfCallChain
/developtools/profiler/host/smartperf/ide/src/trace/database/
DTraceWorkerPerfDataQuery.ts520 callChainId: number = 0; property in PerfCallChain