Home
last modified time | relevance | path

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

/system/extras/perfprofd/quipper/
Dperf_parser.h65 struct DSOAndOffset { struct
66 const DSOInfo* dso_info_;
67 uint64_t offset_;
70 const string dso_name() const { in dso_name()
75 const string build_id() const { in build_id()
80 uint64_t offset() const { in offset()
84 DSOAndOffset() : dso_info_(NULL), in DSOAndOffset() argument