Searched refs:index_ (Results 1 – 15 of 15) sorted by relevance
/developtools/hiperf/include/ |
D | subcommand_report.h | 144 enum RecordIndex { FIRST = 0, SECOND = 1, MAX = 2, CURRENT = -1 } index_ = FIRST; variable 151 return report_[index_];
|
D | report.h | 125 unsigned long long index_; variable 139 index_ = allIndex_++; in ReportItem() 153 index_ = allIndex_++; in ReportItem() 170 dso_.data(), eventCount_, index_); in ToDebugString()
|
D | report_json_file.h | 335 int index_; member 351 ReportConfigItem(int index, std::string eventName) : index_(index), eventName_(eventName) {} in ReportConfigItem()
|
D | symbols_file.h | 70 int32_t index_ = -1; member
|
/developtools/hiperf/src/ |
D | subcommand_report.cpp | 344 HLOGV("record %d have %zu configs", index_, GetReport().configs_.size()); in LoadEventConfigData() 443 if (access(recordFile_[index_].c_str(), F_OK) != 0) { in LoadPerfData() 445 printf("Can not access data file %s\n", recordFile_[index_].c_str()); in LoadPerfData() 450 recordFileReader_ = PerfFileReader::Instance(recordFile_[index_]); in LoadPerfData() 452 HLOGE("FileReader::Instance(%s) return null", recordFile_[index_].c_str()); in LoadPerfData() 592 index_ = SECOND; in OnSubCommand() 598 index_ = FIRST; in OnSubCommand()
|
D | report_json_file.cpp | 170 return GetConfig(id).index_; in GetConfigIndex()
|
D | virtual_runtime.cpp | 306 callFrame.symbolIndex_ = symbol.index_; in MakeCallFrame()
|
D | symbols_file.cpp | 1207 it->index_ = it - symbols_.begin(); in AdjustSymbols()
|
/developtools/hiperf/test/unittest/common/native/ |
D | report_json_file_test.cpp | 714 EXPECT_EQ(json->GetConfig(1).index_, 0); 715 EXPECT_EQ(json->GetConfig(2).index_, 0); 716 EXPECT_EQ(json->GetConfig(3).index_, 0); 717 EXPECT_EQ(json->GetConfig(4).index_, 1); 718 EXPECT_EQ(json->GetConfig(5).index_, 1); 719 EXPECT_EQ(json->GetConfig(6).index_, 0);
|
/developtools/profiler/device/plugins/native_daemon/include/ |
D | symbols_file.h | 68 int32_t index_ = -1; member
|
/developtools/profiler/host/smartperf/trace_streamer/src/table/ |
D | index_map.h | 357 uint32_t index_ = 0; variable
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | virtual_runtime.cpp | 103 callFrame.symbolIndex_ = symbol.index_; in MakeCallFrame()
|
D | symbols_file.cpp | 1140 it->index_ = it - symbols_.begin(); in AdjustSymbols()
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/ |
D | virtual_runtime.cpp | 301 callFrame.symbolIndex_ = symbol.index_; in MakeCallFrame()
|
D | symbols_file.cpp | 1183 it->index_ = it - symbols_.begin(); in AdjustSymbols()
|