Home
last modified time | relevance | path

Searched refs:opt_callsite_id (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/trace_processor/
Dexport_json.cc1393 base::Optional<CallsiteId> opt_callsite_id = samples.callsite_id()[i]; in ExportCpuProfileSamples() local
1395 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()