Home | History | Annotate | Download | only in simpleperf

Lines Matching refs:file_id

254   // map from file_id to max_symbol_id requested on the file.
256 // files[file_id] is the number of symbols in the file.
295 FprintIndented(report_fp_, 2, "file_id: %u\n", callchain.file_id());
303 max_symbol_id_map[callchain.file_id()] =
304 std::max(max_symbol_id_map[callchain.file_id()], symbol_id);
347 LOG(ERROR) << "file_id(" << pair.first << ") >= file count ("
353 << files[pair.first] << ") in file_id( " << pair.first << ")";
477 uint32_t file_id;
478 if (!node.dso->GetDumpId(&file_id
479 file_id = node.dso->CreateDumpId();
488 callchain->set_file_id(file_id);
551 uint32_t file_id;
552 if (!dso->GetDumpId(&file_id)) {
557 file->set_id(file_id);