Searched refs:opt_upid (Results 1 – 2 of 2) sorted by relevance
73 auto opt_upid = thread_table->upid()[utid]; in EndThread() local74 if (opt_upid.has_value()) { in EndThread()77 if (process_table->pid()[*opt_upid] == thread_table->tid()[utid]) { in EndThread()78 process_table->mutable_end_ts()->Set(*opt_upid, timestamp); in EndThread()305 auto opt_upid = thread_table->upid()[utid]; in UpdateProcessNameFromThreadName() local306 if (opt_upid.has_value()) { in UpdateProcessNameFromThreadName()307 if (process_table->pid()[*opt_upid] == tid) { in UpdateProcessNameFromThreadName()308 process_table->mutable_name()->Set(*opt_upid, thread_name); in UpdateProcessNameFromThreadName()
593 auto opt_upid = storage_->thread_table().upid()[utid]; in SerializePrefix() local594 if (opt_upid.has_value()) { in SerializePrefix()595 tgid = storage_->process_table().pid()[*opt_upid]; in SerializePrefix()