Searched refs:update_flag_ (Results 1 – 1 of 1) sorted by relevance
114 update_flag_(0) in ReportLib()155 int update_flag_; member in ReportLib209 update_flag_ = 0; in GetNextSample()215 if (!(update_flag_ & UPDATE_FLAG_OF_SAMPLE)) { in GetCurrentSample()227 update_flag_ |= UPDATE_FLAG_OF_SAMPLE; in GetCurrentSample()233 if (!(update_flag_ & UPDATE_FLAG_OF_EVENT)) { in GetEventOfCurrentSample()246 update_flag_ |= UPDATE_FLAG_OF_EVENT; in GetEventOfCurrentSample()252 if (!(update_flag_ & UPDATE_FLAG_OF_SYMBOL)) { in GetSymbolOfCurrentSample()264 update_flag_ |= UPDATE_FLAG_OF_SYMBOL; in GetSymbolOfCurrentSample()270 if (!(update_flag_ & UPDATE_FLAG_OF_CALLCHAIN)) { in GetCallChainOfCurrentSample()[all …]