Searched refs:Path (Results 1 – 10 of 10) sorted by relevance
/system/core/libcutils/ |
D | canned_fs_config.c | 33 } Path; typedef 35 static Path* canned_data = NULL; 40 return strcmp(((Path*)a)->path, ((Path*)b)->path); in path_compare() 54 Path* p; in load_canned_fs_config() 59 canned_data = (Path*) realloc(canned_data, canned_alloc * sizeof(Path)); in load_canned_fs_config() 81 qsort(canned_data, canned_used, sizeof(Path), path_compare); in load_canned_fs_config() 91 Path key, *p; in canned_fs_config() 95 p = (Path*) bsearch(&key, canned_data, canned_used, sizeof(Path), path_compare); in canned_fs_config()
|
/system/extras/simpleperf/ |
D | SampleComparator.h | 57 BUILD_COMPARE_STRING_FUNCTION(CompareDso, map->dso->Path().c_str()); 60 branch_from.map->dso->Path().c_str());
|
D | cmd_record.cpp | 981 BuildIdRecord(true, UINT_MAX, build_id, dso->Path())); in DumpBuildIdFeature() 983 std::string path = dso->Path(); in DumpBuildIdFeature() 994 if (dso->Path() == DEFAULT_EXECNAME_FOR_THREAD_MMAP) { in DumpBuildIdFeature() 997 auto tuple = SplitUrlInApk(dso->Path()); in DumpBuildIdFeature() 1002 LOG(DEBUG) << "can't read build_id from file " << dso->Path() << ": " in DumpBuildIdFeature() 1007 ElfStatus result = GetBuildIdFromElfFile(dso->Path(), &build_id); in DumpBuildIdFeature() 1009 LOG(DEBUG) << "can't read build_id from file " << dso->Path() << ": " in DumpBuildIdFeature() 1015 BuildIdRecord(false, UINT_MAX, build_id, dso->Path())); in DumpBuildIdFeature() 1044 if (!record_file_writer_->WriteFileFeature(dso->Path(), dso_type, min_vaddr, in DumpFileFeature()
|
D | SampleDisplayer.h | 84 return sample->map->dso->Path(); in DisplayDso() 94 return sample->branch_from.map->dso->Path(); in DisplayDsoFrom()
|
D | dso.h | 108 const std::string& Path() const { return path_; } in Path() function
|
D | cmd_report_sample.cpp | 479 file->set_path(dso->Path()); in PrintFileInfoInProtobuf() 516 FprintIndented(report_fp_, 1, "file: %s\n", dso->Path().c_str()); in PrintSampleRecord() 547 FprintIndented(report_fp_, 2, "file: %s\n", dso->Path().c_str()); in PrintSampleRecord()
|
D | report_lib_interface.cpp | 259 current_symbol_.dso_name = map->dso->Path().c_str(); in GetSymbolOfCurrentSample() 306 entry.symbol.dso_name = map->dso->Path().c_str(); in GetCallChainOfCurrentSample()
|
D | sample_tree_test.cpp | 68 pid, tid, thread->comm, map->dso->Path(), map->start_addr))); in AddSample()
|
D | cmd_report.cpp | 211 dso_filter_.find(sample->map->dso->Path()) == dso_filter_.end()) { in FilterSample()
|
/system/extras/simpleperf/scripts/ |
D | app_profiler.config | 10 # Path of android studio project. It is used to find debug version of native shared libraries. 15 # Path to find debug version of native shared libraries.
|