• Home
  • Raw
  • Download

Lines Matching refs:FprintIndented

347   FprintIndented(report_fp_, 0, "magic: %s\n", magic);  in DumpProtobufReport()
353 FprintIndented(report_fp_, 0, "version: %u\n", version); in DumpProtobufReport()
389 FprintIndented(report_fp_, 0, "sample %zu:\n", ++sample_count); in DumpProtobufReport()
390 FprintIndented(report_fp_, 1, "event_type_id: %zu\n", sample.event_type_id()); in DumpProtobufReport()
391 FprintIndented(report_fp_, 1, "time: %" PRIu64 "\n", sample.time()); in DumpProtobufReport()
392 FprintIndented(report_fp_, 1, "event_count: %" PRIu64 "\n", sample.event_count()); in DumpProtobufReport()
393 FprintIndented(report_fp_, 1, "thread_id: %d\n", sample.thread_id()); in DumpProtobufReport()
394 FprintIndented(report_fp_, 1, "callchain:\n"); in DumpProtobufReport()
397 FprintIndented(report_fp_, 2, "vaddr_in_file: %" PRIx64 "\n", callchain.vaddr_in_file()); in DumpProtobufReport()
398 FprintIndented(report_fp_, 2, "file_id: %u\n", callchain.file_id()); in DumpProtobufReport()
400 FprintIndented(report_fp_, 2, "symbol_id: %d\n", symbol_id); in DumpProtobufReport()
410 FprintIndented(report_fp_, 2, "execution_type: %s\n", in DumpProtobufReport()
415 FprintIndented(report_fp_, 1, "unwinding_result:\n"); in DumpProtobufReport()
416 FprintIndented(report_fp_, 2, "raw_error_code: %u\n", in DumpProtobufReport()
418 FprintIndented(report_fp_, 2, "error_addr: 0x%" PRIx64 "\n", in DumpProtobufReport()
420 FprintIndented(report_fp_, 2, "error_code: %s\n", in DumpProtobufReport()
425 FprintIndented(report_fp_, 0, "lost_situation:\n"); in DumpProtobufReport()
426 FprintIndented(report_fp_, 1, "sample_count: %" PRIu64 "\n", lost.sample_count()); in DumpProtobufReport()
427 FprintIndented(report_fp_, 1, "lost_count: %" PRIu64 "\n", lost.lost_count()); in DumpProtobufReport()
430 FprintIndented(report_fp_, 0, "file:\n"); in DumpProtobufReport()
431 FprintIndented(report_fp_, 1, "id: %u\n", file.id()); in DumpProtobufReport()
432 FprintIndented(report_fp_, 1, "path: %s\n", file.path().c_str()); in DumpProtobufReport()
434 FprintIndented(report_fp_, 1, "symbol: %s\n", file.symbol(i).c_str()); in DumpProtobufReport()
437 FprintIndented(report_fp_, 1, "mangled_symbol: %s\n", file.mangled_symbol(i).c_str()); in DumpProtobufReport()
447 FprintIndented(report_fp_, 0, "thread:\n"); in DumpProtobufReport()
448 FprintIndented(report_fp_, 1, "thread_id: %u\n", thread.thread_id()); in DumpProtobufReport()
449 FprintIndented(report_fp_, 1, "process_id: %u\n", thread.process_id()); in DumpProtobufReport()
450 FprintIndented(report_fp_, 1, "thread_name: %s\n", thread.thread_name().c_str()); in DumpProtobufReport()
453 FprintIndented(report_fp_, 0, "meta_info:\n"); in DumpProtobufReport()
455 FprintIndented(report_fp_, 1, "event_type: %s\n", meta_info.event_type(i).c_str()); in DumpProtobufReport()
458 FprintIndented(report_fp_, 0, "app_package_name: %s\n", in DumpProtobufReport()
514 FprintIndented(report_fp_, 0, "meta_info:\n"); in PrintMetaInfo()
515 FprintIndented(report_fp_, 1, "trace_offcpu: %s\n", trace_offcpu_ ? "true" : "false"); in PrintMetaInfo()
517 FprintIndented(report_fp_, 1, "event_type: %s\n", event_type.c_str()); in PrintMetaInfo()
520 FprintIndented(report_fp_, 1, "app_package_name: %s\n", app_package_name.c_str()); in PrintMetaInfo()
755 FprintIndented(report_fp_, 0, "sample:\n"); in PrintSampleRecord()
756 FprintIndented(report_fp_, 1, "event_type: %s\n", in PrintSampleRecord()
758 FprintIndented(report_fp_, 1, "time: %" PRIu64 "\n", r.time_data.time); in PrintSampleRecord()
759 FprintIndented(report_fp_, 1, "event_count: %" PRIu64 "\n", r.period_data.period); in PrintSampleRecord()
760 FprintIndented(report_fp_, 1, "thread_id: %d\n", r.tid_data.tid); in PrintSampleRecord()
762 FprintIndented(report_fp_, 1, "thread_name: %s\n", thread_name); in PrintSampleRecord()
764 FprintIndented(report_fp_, 1, "vaddr_in_file: %" PRIx64 "\n", entries[0].vaddr_in_file); in PrintSampleRecord()
765 FprintIndented(report_fp_, 1, "file: %s\n", entries[0].dso->GetReportPath().data()); in PrintSampleRecord()
766 FprintIndented(report_fp_, 1, "symbol: %s\n", entries[0].symbol->DemangledName()); in PrintSampleRecord()
768 FprintIndented(report_fp_, 1, "execution_type: %s\n", in PrintSampleRecord()
773 FprintIndented(report_fp_, 1, "callchain:\n"); in PrintSampleRecord()
775 FprintIndented(report_fp_, 2, "vaddr_in_file: %" PRIx64 "\n", entries[i].vaddr_in_file); in PrintSampleRecord()
776 FprintIndented(report_fp_, 2, "file: %s\n", entries[i].dso->GetReportPath().data()); in PrintSampleRecord()
777 FprintIndented(report_fp_, 2, "symbol: %s\n", entries[i].symbol->DemangledName()); in PrintSampleRecord()
779 FprintIndented(report_fp_, 1, "execution_type: %s\n", in PrintSampleRecord()
788 FprintIndented(report_fp_, 0, "lost_situation:\n"); in PrintLostSituation()
789 FprintIndented(report_fp_, 1, "sample_count: %" PRIu64 "\n", sample_count_); in PrintLostSituation()
790 FprintIndented(report_fp_, 1, "lost_count: %" PRIu64 "\n", lost_count_); in PrintLostSituation()