Home
last modified time | relevance | path

Searched refs:sp_ (Results 1 – 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dperf_event_record.h45 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/
Dperf_event_record.h50 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/
Dnative_hook_filter.h32 sp_(INVALID_UINT64), in NativeHookFrameInfo()
46 sp_(sp), in NativeHookFrameInfo()
55 uint64_t sp_; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp381 if (callStack.back().ip_ == ip && callStack.back().sp_ == sp) { in UnwindStep()
533 if (pc == callStack.back().ip_ && sp == callStack.back().sp_) { in DoUnwind2()
Dstack_preprocess.cpp801 … 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/
Dcallstack.cpp406 if (callStack.back().ip_ == ip && callStack.back().sp_ == sp) { in UnwindStep()
691 if (pc == callStack.back().ip_ && sp == callStack.back().sp_) { in DoUnwind2()