Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dregister_test.cpp149 size_t sp = RegisterGetSP(buildArchType); variable
/developtools/hiperf/test/unittest/common/native/
Dregister_test.cpp149 size_t sp = RegisterGetSP(buildArchType); variable
/developtools/profiler/device/plugins/native_daemon/src/
Dcall_stack.cpp374 unw_word_t sp = 0; in UnwindStep() local
408 bool CallStack::GetIpSP(uint64_t &ip, uint64_t &sp, const u64 *regs, size_t regNum) const in GetIpSP()
482 uint64_t sp = 0; in UnwindCallStack() local
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/include/
Dcallstack_test.h100 uint64_t sp = 0; member
/developtools/hiperf/test/unittest/common/native/include/
Dcallstack_test.h44 uint64_t sp = 0; member
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/
Dcallstack.cpp381 unw_word_t ip, sp; in UnwindStep() local
415 bool CallStack::GetIpSP(uint64_t &ip, uint64_t &sp, const u64 *regs, size_t regNum) const in GetIpSP()
489 uint64_t ip, sp; in UnwindCallStack() local
/developtools/hiperf/src/
Dcallstack.cpp383 unw_word_t sp; in UnwindStep() local
417 bool CallStack::GetIpSP(uint64_t &ip, uint64_t &sp, const u64 *regs, size_t regNum) const in GetIpSP()
492 uint64_t sp; in UnwindCallStack() local
/developtools/profiler/host/smartperf/client/client_command/
Dsp_utils.cpp120 void SPUtils::StrSplit(const std::string &content, const std::string &sp, std::vector<std::string> … in StrSplit()
/developtools/profiler/protos/types/plugins/native_hook/
Dnative_hook_result.proto21 uint64 sp = 2; field
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/native_hook/
Dnative_hook_result.proto21 uint64 sp = 2; field
/developtools/profiler/host/smartperf/client/client_command_fps/
Dmain.cpp68 static void StrSplit(const std::string &content, const std::string &sp, std::vector<std::string> &o… in StrSplit()
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecordTrace.ts220 private sp: SpApplication | undefined; property in SpRecordTrace
/developtools/profiler/device/plugins/native_hook/test/
Dmalloc_test.cpp196 std::string* sp = new std::string("hello world"); in NewString() local
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dnative_hook_parser_test.cpp261 const uint64_t sp, in NativeHookFrameCache()
Dtable_test.cpp868 uint64_t sp = 1; variable
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp563 uint64_t sp, in AppendNewNativeHookFrame()