Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.cpp189 uint32_t callChainId = INVALID_UINT32; in CompressStackAndFrames() local
204 uint32_t callChainId = INVALID_UINT32; in ParseStatisticEvent() local
252 uint32_t callChainId = INVALID_UINT32; in ParseAllocEvent() local
305 void NativeHookFilter::SetFreeEventCallChainId(uint32_t &callChainId, in SetFreeEventCallChainId()
341 uint32_t callChainId = INVALID_UINT32; in ParseFreeEvent() local
371 void NativeHookFilter::SetMmapEventCallChainId(uint32_t &callChainId, in SetMmapEventCallChainId()
408 uint32_t callChainId = INVALID_UINT32; in ParseMmapEvent() local
437 void NativeHookFilter::SetMunmapEventCallChainId(uint32_t &callChainId, in SetMunmapEventCallChainId()
473 uint32_t callChainId = INVALID_UINT32; in ParseMunmapEvent() local
1078 auto callChainId = itor->first; in ParseFramesWithOutCallStackCompressedMode() local
[all …]
/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Dnative_memory_stdtype.h51 uint32_t callChainId = INVALID_UINT32; member
129 uint32_t callChainId = INVALID_UINT32; member
140 uint32_t callChainId = INVALID_UINT32; member
204 uint32_t callChainId = INVALID_UINT32; member
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
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()
/developtools/smartperf_host/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/smartperf_host/trace_streamer/src/trace_data/
Dtrace_data_cache.cpp401 void TraceDataCache::ExportPerfCallChaninText(uint32_t callChainId, std::string &bufferLine) in ExportPerfCallChaninText()
504 void TraceDataCache::ExportHookCallChaninText(uint32_t callChainId, std::string &bufferLine) in ExportHookCallChaninText()
642 void TraceDataCache::ExportEbpfCallChaninText(uint32_t callChainId, std::string &bufferLine) in ExportEbpfCallChaninText()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp693 uint32_t callChainId = UpdateCallChainUnCompressed(sample); in RecordCallBack() local
719 auto callChainId = pidAndStackHashToCallChainId_.Find(pid, stackHash); in UpdateCallChainUnCompressed() local
745 void PerfDataParser::UpdatePerfSampleData(uint32_t callChainId, const PerfRecordSample *sample) in UpdatePerfSampleData()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
Dhiperf_stdtype.h25 uint32_t callChainId = INVALID_UINT32; member
/developtools/smartperf_host/smartperf_host/ide/src/trace/bean/
DPerfProfile.ts61 callChainId: number = 0; property in PerfCallChain
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerFileSystem.ts1113 callChainId: number = 0; property in FileSample
DProcedureLogicWorkerPerf.ts1659 callChainId: number = 0; property in PerfCallChain
/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/pbreader_parser/native_memory/
Dnative_hook_parser_test.cpp358 NativeHookCache(const uint64_t callChainId, in NativeHookCache()
490 NativeHookFrameCache(const uint64_t callChainId, in NativeHookFrameCache()
/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp857 uint32_t callChainId = stream_.traceDataCache_->GetDataIndex("callChain"); variable