Searched refs:opt_callsite_id (Results 1 – 1 of 1) sorted by relevance
1393 base::Optional<CallsiteId> opt_callsite_id = samples.callsite_id()[i]; in ExportCpuProfileSamples() local1395 while (opt_callsite_id) { in ExportCpuProfileSamples()1396 CallsiteId callsite_id = *opt_callsite_id; in ExportCpuProfileSamples()1424 opt_callsite_id = callsites.parent_id()[callsite_row]; in ExportCpuProfileSamples()