Searched defs:CallFrame (Results 1 – 3 of 3) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | perf_event_record.h | 43 struct CallFrame { struct 58 CallFrame(uint64_t ip, uint64_t sp = 0) : ip_(ip), sp_(sp) {} in ip_() argument 61 CallFrame(uint64_t ip, uint64_t vaddrInFile, const char *name, const char *filePath) in CallFrame() argument 73 std::string ToString() const in ToString() 77 std::string ToSymbolString() const in ToSymbolString()
|
| /developtools/hiperf/include/ |
| D | perf_event_record.h | 45 struct CallFrame { struct 55 CallFrame(uint64_t ip, uint64_t sp = 0) : ip_(ip), sp_(sp) {} in ip_() argument 58 CallFrame(uint64_t ip, uint64_t vaddrInFile, const char *name, const char *filePath) in CallFrame() function 70 std::string ToString() const in ToString() 74 std::string ToSymbolString() const in ToSymbolString()
|
| /developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/ |
| D | htrace_js_cpu_profiler_parser.cpp | 23 struct CallFrame { struct 24 std::string functionName; 25 std::string scriptId; 26 std::string url; 27 int32_t lineNumber; 28 int32_t columnNumber;
|