Searched defs:dso_name (Results 1 – 9 of 9) sorted by relevance
/system/extras/simpleperf/ |
D | report_utils.h | 43 const char* dso_name = nullptr; member
|
D | sample_tree_test.cpp | 30 std::string dso_name; member
|
D | report_lib_interface.cpp | 74 const char* dso_name; member
|
D | record.cpp | 1043 DsoRecord::DsoRecord(uint64_t dso_type, uint64_t dso_id, const std::string& dso_name, in DsoRecord()
|
D | record.h | 525 const char* dso_name; member
|
/system/extras/simpleperf/scripts/ |
D | binary_cache_builder.py | 36 def is_jit_symfile(dso_name): argument
|
D | annotate.py | 106 def __init__(self, dso_name): argument 309 def _add_dso_period(self, dso_name, period, used_dso_dict): argument
|
D | pprof_proto_generator.py | 422 def get_binary(self, dso_name): argument 455 def get_function_id(self, name, dso_name, vaddr_in_file): argument
|
D | simpleperf_report_lib.py | 192 def dso_name(self) -> str: member in SymbolStruct
|