Lines Matching defs:item
49 ReportItem &item = configs_[configIndex].reportItems_.emplace_back(
52 HLOGD("ReportItem: %s", item.ToDebugString().c_str());
53 HLOG_ASSERT(!item.func_.empty());
55 std::vector<ReportItemCallFrame> *currentCallFrames = &item.callStacks_;
68 HLOGV("callstack %zu", item.callStacks_.size());
69 if (item.callStacks_.size() > 0) {
70 HLOGV("callstack 2nd level %zu", item.callStacks_[0].childs.size());
81 ReportItem &item = configs_[configIndex].reportItems_.emplace_back(
84 HLOGV("%s", item.ToDebugString().c_str());
85 HLOG_ASSERT(!item.func_.empty());
105 ReportItem &item = configs_[configIndex].reportItems_.emplace_back(
109 item.fromDso_ = symbolFrom.module_;
110 item.fromFunc_ = symbolFrom.GetName();
112 HLOGV("%s 0x%" PRIx64 "", item.ToDebugString().c_str(), symbolTo.taskVaddr_);
140 // remove the item with not in fliter
174 for (auto &item : config.reportItems_) {
175 item.heat = Percentage(item.eventCount_, config.eventCount_);
176 totalEventCount += item.eventCount_;
178 item.ToDebugString().c_str(), item.heat, item.eventCount_, config.eventCount_);
180 reportKeyMap_.at(keyPair.first).UpdateValueMaxLen(keyPair.second.GetValue(item));
558 // find the same item in it2 by same sort key
561 // we found the same item
571 // only print it2 item
591 // if diff still have some item in it2 ,print it