Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/include/
Dperf_event_record.h38 struct CallFrame { struct
48 CallFrame(uint64_t ip, uint64_t sp) : ip_(ip), sp_(sp) {} in CallFrame() argument
57 std::string ToString() const in ToString()
61 std::string ToSymbolString() const in ToSymbolString()
/developtools/hiperf/include/
Dperf_event_record.h45 struct CallFrame { struct
54 CallFrame(uint64_t ip, uint64_t sp = 0) : ip_(ip), sp_(sp) {} in ip_() argument
57 CallFrame(uint64_t ip, uint64_t vaddrInFile, const char *name, const char *filePath) in CallFrame() argument
69 std::string ToString() const in ToString()
73 std::string ToSymbolString() const in ToSymbolString()