Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Dnative_memory_stdtype.cpp19 void NativeHookSampleBase::AppendNativeHookSampleBase(uint32_t callChainId, in AppendNativeHookSampleBase()
32 void NativeHookSampleBase::AppendNativeHookSampleBase(uint32_t callChainId, uint32_t ipid, uint64_t… in AppendNativeHookSampleBase()
73 size_t NativeHook::AppendNewNativeHookData(uint32_t callChainId, in AppendNewNativeHookData()
107 void NativeHook::UpdateCallChainId(size_t row, uint32_t callChainId) in UpdateCallChainId()
164 size_t NativeHookFrame::AppendNewNativeHookFrame(uint32_t callChainId, in AppendNewNativeHookFrame()
183 size_t NativeHookFrame::AppendNewNativeHookFrame(uint32_t callChainId, in AppendNewNativeHookFrame()
289 uint32_t callChainId, in AppendNewNativeHookStatistic()
Debpf_stdtype.cpp19 size_t FileSystemSample::AppendNewData(uint32_t callChainId, in AppendNewData()
120 size_t PagedMemorySampleData::AppendNewData(uint32_t callChainId, in AppendNewData()
179 void BioLatencySampleData::AppendNewData(uint32_t callChainId, in AppendNewData()
256 size_t EbpfCallStackData::AppendNewData(uint32_t callChainId, in AppendNewData()
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp176 uint32_t callChainId = INVALID_UINT32; in CompressStackAndFrames() local
191 uint32_t callChainId = INVALID_UINT32; in ParseStatisticEvent() local
225 uint32_t callChainId = INVALID_UINT32; in ParseAllocEvent() local
270 void NativeHookFilter::SetFreeEventCallChainId(uint32_t& callChainId, in SetFreeEventCallChainId()
306 uint32_t callChainId = INVALID_UINT32; in ParseFreeEvent() local
335 void NativeHookFilter::SetMmapEventCallChainId(uint32_t& callChainId, in SetMmapEventCallChainId()
372 uint32_t callChainId = INVALID_UINT32; in ParseMmapEvent() local
400 void NativeHookFilter::SetMunmapEventCallChainId(uint32_t& callChainId, in SetMunmapEventCallChainId()
436 uint32_t callChainId = INVALID_UINT32; in ParseMunmapEvent() local
932 auto callChainId = itor->first; in ParseFramesWithOutCallStackCompressedMode() local
[all …]
Dperf_data_filter.cpp39 void PerfDataFilter::AppendPerfCallChain(uint32_t callChainId, in AppendPerfCallChain()
/developtools/smartperf_host/ide/src/trace/database/data-trafic/hiperf/
DHiperfCpuDataReceiver.ts134 callChainId: Int32Array; property in PerfCpu
DHiperfThreadDataReceiver.ts127 callChainId: Int32Array; property in PerfThread
DHiperfProcessDataReceiver.ts136 callChainId: Int32Array; property in PerfProcess
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp367 void TraceDataCache::ExportPerfCallChaninText(uint32_t callChainId, std::string& bufferLine) in ExportPerfCallChaninText()
470 void TraceDataCache::ExportHookCallChaninText(uint32_t callChainId, std::string& bufferLine) in ExportHookCallChaninText()
609 void TraceDataCache::ExportEbpfCallChaninText(uint32_t callChainId, std::string& bufferLine) in ExportEbpfCallChaninText()
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp593 uint32_t callChainId = UpdateCallChainUnCompressed(sample); in RecordCallBack() local
619 auto callChainId = pidAndStackHashToCallChainId_.Find(pid, stackHash); in UpdateCallChainUnCompressed() local
638 void PerfDataParser::UpdatePerfSampleData(uint32_t callChainId, std::unique_ptr<PerfRecordSample>& … in UpdatePerfSampleData()
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
Dhiperf_stdtype.cpp19 size_t PerfCallChain::AppendNewPerfCallChain(uint32_t callChainId, in AppendNewPerfCallChain()
/developtools/smartperf_host/ide/src/trace/bean/
DPerfProfile.ts61 callChainId: number = 0; property in PerfCallChain
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerFileSystem.ts1019 callChainId: number = 0; property in FileSample
DProcedureLogicWorkerPerf.ts1019 callChainId: number = 0; property in PerfCallChain
/developtools/smartperf_host/trace_streamer/test/unittest/htrace/native_memory/
Dnative_hook_parser_test.cpp270 NativeHookCache(const uint64_t callChainId, in NativeHookCache()
402 NativeHookFrameCache(const uint64_t callChainId, in NativeHookFrameCache()
/developtools/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp838 uint64_t callChainId = stream_.traceDataCache_->GetDataIndex("callChain"); variable