Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.cpp186 uint32_t callChainId = INVALID_UINT32; in CompressStackAndFrames() local
201 uint32_t callChainId = INVALID_UINT32; in ParseStatisticEvent() local
242 uint32_t callChainId = INVALID_UINT32; in ParseAllocEvent() local
295 void NativeHookFilter::SetFreeEventCallChainId(uint32_t &callChainId, in SetFreeEventCallChainId()
331 uint32_t callChainId = INVALID_UINT32; in ParseFreeEvent() local
361 void NativeHookFilter::SetMmapEventCallChainId(uint32_t &callChainId, in SetMmapEventCallChainId()
398 uint32_t callChainId = INVALID_UINT32; in ParseMmapEvent() local
427 void NativeHookFilter::SetMunmapEventCallChainId(uint32_t &callChainId, in SetMunmapEventCallChainId()
463 uint32_t callChainId = INVALID_UINT32; in ParseMunmapEvent() local
1065 auto callChainId = itor->first; in ParseFramesWithOutCallStackCompressedMode() local
[all …]
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Dnative_memory_stdtype.h50 uint32_t callChainId = INVALID_UINT32; member
128 uint32_t callChainId = INVALID_UINT32; member
139 uint32_t callChainId = INVALID_UINT32; member
202 uint32_t callChainId = INVALID_UINT32; member
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()
98 void NativeHook::UpdateCallChainId(size_t row, uint32_t callChainId) in UpdateCallChainId()
Debpf_stdtype.h25 uint32_t callChainId = INVALID_UINT32; member
103 uint32_t callChainId = INVALID_UINT32; member
154 uint32_t callChainId = INVALID_UINT32; member
218 uint32_t callChainId = INVALID_UINT32; member
/developtools/smartperf_host/ide/src/trace/database/data-trafic/hiperf/
DHiperfProcessDataReceiver.ts154 callChainId: Int32Array; property in PerfProcess
DHiperfCpuDataReceiver.ts155 callChainId: Int32Array; property in PerfCpu
DHiperfThreadDataReceiver.ts150 callChainId: Int32Array; property in PerfThread
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp387 void TraceDataCache::ExportPerfCallChaninText(uint32_t callChainId, std::string &bufferLine) in ExportPerfCallChaninText()
490 void TraceDataCache::ExportHookCallChaninText(uint32_t callChainId, std::string &bufferLine) in ExportHookCallChaninText()
629 void TraceDataCache::ExportEbpfCallChaninText(uint32_t callChainId, std::string &bufferLine) in ExportEbpfCallChaninText()
/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp651 uint32_t callChainId = UpdateCallChainUnCompressed(sample); in RecordCallBack() local
677 auto callChainId = pidAndStackHashToCallChainId_.Find(pid, stackHash); in UpdateCallChainUnCompressed() local
697 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.h25 uint32_t callChainId = INVALID_UINT32; member
/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.ts1113 callChainId: number = 0; property in FileSample
DProcedureLogicWorkerPerf.ts1244 callChainId: number = 0; property in PerfCallChain
/developtools/smartperf_host/trace_streamer/test/unittest/pbreader_parser/native_memory/
Dnative_hook_parser_test.cpp357 NativeHookCache(const uint64_t callChainId, in NativeHookCache()
489 NativeHookFrameCache(const uint64_t callChainId, in NativeHookFrameCache()
/developtools/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp855 uint64_t callChainId = stream_.traceDataCache_->GetDataIndex("callChain"); variable