Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dexport_json.cc1412 char frame_entry[1024]; in ExportCpuProfileSamples() local
1413 snprintf(frame_entry, sizeof(frame_entry), "%s - %s [%s]\n", in ExportCpuProfileSamples()
1422 callstack.emplace_back(frame_entry); in ExportCpuProfileSamples()