Home
last modified time | relevance | path

Searched refs:symbolFileIndex_ (Results 1 – 6 of 6) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dreport_protobuf_file_test.cpp300 sample.callFrames_.at(0).symbolFileIndex_ = 0;
301 sample.callFrames_.at(1).symbolFileIndex_ = 1;
302 sample.callFrames_.at(2).symbolFileIndex_ = 1;
/developtools/hiperf/src/
Dvirtual_runtime.cpp309 callFrame.symbolFileIndex_ = symbol.symbolFileIndex_; in MakeCallFrame()
510 vaddrSymbol.symbolFileIndex_ = symbolsFile->id_; in GetKernelSymbol()
552 vaddrSymbol.symbolFileIndex_ = symbolsFile->id_; in GetUserSymbol()
Dreport_protobuf_file.cpp129 if (frame.symbolFileIndex_ >= 0) { in ProcessSampleRecord()
130 callframe->set_symbols_file_id(frame.symbolFileIndex_); in ProcessSampleRecord()
Dsymbols_file.cpp1300 symbol.symbolFileIndex_ = id_; in GetSymbolWithVaddr()
/developtools/hiperf/include/
Dsymbols_file.h69 int32_t symbolFileIndex_ = -1; // symbols file index, used to report protobuf file member
Dperf_event_record.h48 int32_t symbolFileIndex_ = -1; // symbols file index, used to report protobuf file member