Home
last modified time | relevance | path

Searched refs:vaddrInFile (Results 1 – 14 of 14) sorted by relevance

/developtools/smartperf_host/ide/src/trace/bean/
DPerfProfile.ts67 vaddrInFile: number = 0; property in PerfCallChain
95 vaddrInFile: number = 0; property in PerfCallChainMerageData
123 vaddrInFile: number = 0; property in PerfStack
/developtools/profiler/device/plugins/native_daemon/include/
Dperf_event_record.h61 CallFrame(uint64_t ip, uint64_t vaddrInFile, const char *name, const char *filePath) in CallFrame()
62 : ip_(ip), vaddrInFile_(vaddrInFile), symbolName_(name), filePath_(filePath) in CallFrame()
/developtools/smartperf_host/trace_streamer/src/filter/
Dperf_data_filter.cpp42 uint64_t vaddrInFile, in AppendPerfCallChain() argument
46 …Cache_->GetPerfCallChainData()->AppendNewPerfCallChain(callChainId, depth, ip, vaddrInFile, fileId, in AppendPerfCallChain()
Dperf_data_filter.h40 uint64_t vaddrInFile,
/developtools/smartperf_host/ide/test/trace/bean/
DPerfProfile.test.ts100 vaddrInFile: 0,
124 vaddrInFile: expect.any(Number),
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.test.ts64 vaddrInFile: 0,
/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerPerf.test.ts174 vaddrInFile: 0,
418 vaddrInFile: 730108,
442 vaddrInFile: -274609073904,
685 vaddrInFile: {
/developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/
Dhiperf_stdtype.cpp22 uint64_t vaddrInFile, in AppendNewPerfCallChain() argument
30 vaddrInFiles_.emplace_back(vaddrInFile); in AppendNewPerfCallChain()
Dhiperf_stdtype.h27 uint64_t vaddrInFile,
/developtools/hiperf/src/
Dsymbols_file.cpp992 const DfxSymbol SymbolsFile::GetSymbolWithVaddr(uint64_t vaddrInFile) in GetSymbolWithVaddr() argument
1000 std::upper_bound(symbols_.begin(), symbols_.end(), vaddrInFile, DfxSymbol::ValueLessThen); in GetSymbolWithVaddr()
1026 if (found->Contain(vaddrInFile)) { in GetSymbolWithVaddr()
1027 found->offsetToVaddr_ = vaddrInFile - found->funcVaddr_; in GetSymbolWithVaddr()
1033 HLOGV("found '%s' for vaddr 0x%016" PRIx64 "", symbol.ToString().c_str(), vaddrInFile); in GetSymbolWithVaddr()
1038 HLOGV("NOT found vaddr 0x%" PRIx64 " in symbole file %s(%zu)", vaddrInFile, in GetSymbolWithVaddr()
1041 symbol.fileVaddr_ = vaddrInFile; in GetSymbolWithVaddr()
/developtools/profiler/device/plugins/native_daemon/src/
Dsymbols_file.cpp804 const DfxSymbol SymbolsFile::GetSymbolWithVaddr(uint64_t vaddrInFile) in GetSymbolWithVaddr() argument
812 std::upper_bound(symbols_.begin(), symbols_.end(), vaddrInFile, DfxSymbol::ValueLessThen); in GetSymbolWithVaddr()
838 if (found->Contain(vaddrInFile)) { in GetSymbolWithVaddr()
844 HLOGV("found '%s' for vaddr 0x%016" PRIx64 "", symbol.ToString().c_str(), vaddrInFile); in GetSymbolWithVaddr()
849 HLOGV("NOT found vaddr 0x%" PRIx64 " in symbole file %s(%zu)", vaddrInFile, in GetSymbolWithVaddr()
852 symbol.SetIpVAddress(vaddrInFile); in GetSymbolWithVaddr()
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerPerf.ts1020 vaddrInFile: number = 0; property in PerfCallChain
1090 vaddrInFile: number = 0; property in PerfCallChainMerageData
1140 currentNode.vaddrInFile = callChain.vaddrInFile;
1142 currentNode.addr = `${'0x'}${callChain.vaddrInFile.toString(16)}`;
1176 vaddrInFile: number = 0; property in PerfStack
/developtools/hiperf/include/
Dperf_event_record.h61 CallFrame(uint64_t ip, uint64_t vaddrInFile, const char *name, const char *filePath) in CallFrame()
62 : ip_(ip), vaddrInFile_(vaddrInFile), symbolName_(name), filePath_(filePath) in CallFrame()
/developtools/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp841 uint64_t vaddrInFile = 1; variable
852 …Cache_->GetPerfCallChainData()->AppendNewPerfCallChain(callChainId, depth, vaddrInFile, ip, fileId,