Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Dperf_parser.h63 struct DSOAndOffset { struct
64 const DSOInfo* dso_info_;
65 uint64_t offset_;
68 const string dso_name() const { in dso_name()
72 const string build_id() const { in build_id()
76 uint64_t offset() const { return offset_; } in offset()
78 DSOAndOffset() : dso_info_(NULL), offset_(0) {} in DSOAndOffset() argument