Home
last modified time | relevance | path

Searched defs:dso_name (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/extras/simpleperf/
H A Dreport_utils.h43 const char* dso_name = nullptr; member
H A Dsample_tree_test.cpp30 std::string dso_name; member
H A Dreport_lib_interface.cpp74 const char* dso_name; member
H A Drecord.cpp1043 DsoRecord::DsoRecord(uint64_t dso_type, uint64_t dso_id, const std::string& dso_name, in DsoRecord()
H A Drecord.h525 const char* dso_name; member
/aosp12/system/extras/simpleperf/scripts/
H A Dannotate.py106 def __init__(self, dso_name): argument
309 def _add_dso_period(self, dso_name, period, used_dso_dict): argument
H A Dbinary_cache_builder.py36 def is_jit_symfile(dso_name): argument
H A Dpprof_proto_generator.py422 def get_binary(self, dso_name): argument
455 def get_function_id(self, name, dso_name, vaddr_in_file): argument
H A Dsimpleperf_report_lib.py192 def dso_name(self) -> str: member in SymbolStruct