Home | History | Annotate | Download | only in simpleperf

Lines Matching full:c_str

170     return strcmp(sample1.map->dso->Path().c_str(), sample2.map->dso->Path().c_str());
198 return strcmp(sample1.branch_from.map->dso->Path().c_str(),
199 sample2.branch_from.map->dso->Path().c_str());
415 if (!android::base::ParseInt(s.c_str(), &id, 0)) {
668 report_fp_ = fopen(report_filename_.c_str(), "w");
698 fprintf(report_fp_, "Cmdline: %s\n", record_cmdline_.c_str());
701 event_type_name.c_str());
720 fprintf(report_fp_, "%-*s ", static_cast<int>(item->Width()), item->Name().c_str());
722 fprintf(report_fp_, "%s\n", item->Name().c_str());
731 fprintf(report_fp_, "%-*s ", static_cast<int>(item->Width()), item->Show(sample).c_str());
733 fprintf(report_fp_, "%s\n", item->Show(sample).c_str());
743 fprintf(report_fp_, "%s|\n", prefix.c_str());
744 fprintf(report_fp_, "%s-- %s\n", prefix.c_str(), sample.symbol->DemangledName());
760 fprintf(report_fp_, "%s\n", prefix.c_str());
769 fprintf(report_fp_, "%s%s%s\n", prefix.c_str(), percentage_s.c_str(), node->chain[0]->symbol->DemangledName());
772 fprintf(report_fp_, "%s%s\n", prefix.c_str(), node->chain[i]->symbol->DemangledName());