Searched refs:sp_ (Results 1 – 6 of 6) sorted by relevance
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | perf_event_record.h | 45 uint64_t sp_ = 0; member 58 CallFrame(uint64_t ip, uint64_t sp = 0) : ip_(ip), sp_(sp) {} in ip_() 67 return (ip_ == b.ip_) && (sp_ == b.sp_); 71 return (ip_ != b.ip_) || (sp_ != b.sp_); 75 return StringPrintf("ip: 0x%016llx sp: 0x%016llx", ip_, sp_); in ToString()
|
| /developtools/hiperf/include/ |
| D | perf_event_record.h | 50 uint64_t sp_ = 0; member 58 CallFrame(uint64_t ip, uint64_t sp = 0) : ip_(ip), sp_(sp) {} in ip_() 67 return (ip_ == b.ip_) && (sp_ == b.sp_); 71 return (ip_ != b.ip_) || (sp_ != b.sp_); 75 return StringPrintf("ip: 0x%016llx sp: 0x%016llx", ip_, sp_); in ToString()
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | native_hook_filter.h | 32 sp_(INVALID_UINT64), in NativeHookFrameInfo() 46 sp_(sp), in NativeHookFrameInfo() 55 uint64_t sp_; variable
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | call_stack.cpp | 381 if (callStack.back().ip_ == ip && callStack.back().sp_ == sp) { in UnwindStep() 533 if (pc == callStack.back().ip_ && sp == callStack.back().sp_) { in DoUnwind2()
|
| D | stack_preprocess.cpp | 801 … callFrames[idx].ip_, callFrames[idx].sp_, std::string(callFrames[idx].symbolName_).c_str(), in WriteFrames() 812 frame.set_sp(callFrame.sp_); in SetFrameInfo()
|
| /developtools/hiperf/src/ |
| D | callstack.cpp | 406 if (callStack.back().ip_ == ip && callStack.back().sp_ == sp) { in UnwindStep() 691 if (pc == callStack.back().ip_ && sp == callStack.back().sp_) { in DoUnwind2()
|