Searched refs:current_provider_ (Results 1 – 2 of 2) sorted by relevance
212 current_provider_ = providers_[provider_id].get(); in ParseRecord()225 current_provider_->ticks_per_second = record[1]; in ParseRecord()234 current_provider_->string_table[index] = id; in ParseRecord()245 current_provider_->thread_table[index] = tinfo; in ParseRecord()264 provider_view->set_ticks_per_second(current_provider_->ticks_per_second); in ParseRecord()268 ticks, current_provider_->ticks_per_second); in ParseRecord()275 thread_ref, current_provider_->thread_table[thread_ref]); in ParseRecord()283 current_provider_->string_table[cat_ref]); in ParseRecord()291 current_provider_->string_table[name_ref]); in ParseRecord()312 name = current_provider_->string_table[name_ref]; in ParseRecord()[all …]
65 ProviderInfo* current_provider_; variable