Lines Matching refs:output_
278 OutputJsonPair(output_, "deviceTime",
284 OutputJsonPair(output_, "deviceType", device);
286 OutputJsonPair(output_, "osVersion", recordFileReader_->GetFeatureString(FEATURE::OSRELEASE));
288 OutputJsonPair(output_, "deviceCommandLine",
291 OutputJsonPair(output_, "totalRecordSamples", sampleCount_);
308 OutputJsonMap(output_, "processNameMap", jsonProcesses);
310 OutputJsonMap(output_, "threadNameMap", jsonThreads);
318 OutputJsonVectorList(output_, "symbolsFileList", jsonFilePaths);
319 if (fprintf(output_, ",") < 0) {
323 OutputJsonFunctionMap(output_);
324 if (fprintf(output_, ",") < 0) {
328 OutputJsonMapList(output_, "recordSampleInfo", reportConfigItems_, true);
334 output_ = output;