Searched refs:dso (Results 26 - 32 of 32) sorted by relevance

12

/system/extras/simpleperf/
H A DOfflineUnwinder.cpp142 bt_map.name = map->dso->GetDebugFilePath();
H A Dcmd_report.cpp193 if (thread_tree_->IsUnknownDso(map->dso)) {
194 // The unwinders can give wrong ip addresses, which can't map to a valid dso. Skip them.
228 dso_filter_.find(sample->map->dso->Path()) == dso_filter_.end()) {
369 "The default options are: -i perf.data --sort comm,pid,tid,dso,symbol.\n"
400 " dso -- shared library\n"
410 " comm,pid,tid,dso,symbol\n"
515 std::vector<std::string> sort_keys = {"comm", "pid", "tid", "dso", "symbol"};
687 } else if (key == "dso") {
H A DAndroid.mk95 dso.cpp \
/system/extras/simpleperf/scripts/
H A Dtest.py956 dso = addr2line.get_dso(dso_path)
957 self.assertTrue(dso is not None)
965 actual_source = addr2line.get_addr_source(dso, test_addr['addr'])
H A Dpprof_proto_generator.py570 parser.add_argument('--dso', nargs='+', action='append', help=
589 config['dso_filters'] = flatten_arg_list(args.dso)
/system/extras/perfprofd/tests/
H A Dperfprofd_test.cc928 std::string Decode(const std::string& dso, uint64_t address) override {
929 return dso + "@" + std::to_string(address);
931 bool GetMinExecutableVAddr(const std::string& dso, uint64_t* addr) override {
/system/keymaster/contexts/
H A Dsoft_keymaster_device.cpp57 .dso = 0,
72 .dso = 0,

Completed in 3027 milliseconds

12