Searched defs:regs (Results 1 – 13 of 13) sorted by relevance
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_client.cpp | 234 uint64_t* regs = reinterpret_cast<uint64_t*>(&(rawdata.regs)); in hook_malloc() local 328 uint64_t* regs = reinterpret_cast<uint64_t*>(&(rawdata.regs)); in hook_calloc() local 416 uint64_t* regs = reinterpret_cast<uint64_t*>(&(rawdata.regs)); in hook_realloc() local 517 uint64_t* regs = reinterpret_cast<uint64_t*>(&(rawdata.regs)); in hook_free() local 589 uint64_t* regs = reinterpret_cast<uint64_t*>(&(rawdata.regs)); in hook_mmap() local 660 uint64_t* regs = reinterpret_cast<uint64_t*>(&(rawdata.regs)); in hook_munmap() local
|
| /developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/ |
| D | callstack_test.cpp | 88 std::vector<u64> regs; variable
|
| /developtools/hiperf/include/ |
| D | callstack.h | 130 const u64 *regs; member
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | call_stack.h | 127 const u64 *regs; member
|
| D | hook_common.h | 58 char regs[kMaxRegSize]; member
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | register.cpp | 234 void UpdateRegForABI(ArchType arch, u64 *regs) in UpdateRegForABI()
|
| D | call_stack.cpp | 408 bool CallStack::GetIpSP(uint64_t &ip, uint64_t &sp, const u64 *regs, size_t regNum) const in GetIpSP() argument 463 bool CallStack::UnwindCallStack(const VirtualThread &thread, u64 *regs, u64 regsNum, in UnwindCallStack()
|
| D | virtual_runtime.cpp | 175 bool VirtualRuntime::UnwindStack(std::vector<u64> regs, in UnwindStack()
|
| /developtools/hiperf/src/ |
| D | register.cpp | 260 void UpdateRegForABI(ArchType arch, u64 *regs) in UpdateRegForABI()
|
| D | callstack.cpp | 417 bool CallStack::GetIpSP(uint64_t &ip, uint64_t &sp, const u64 *regs, size_t regNum) const in GetIpSP() argument 472 bool CallStack::UnwindCallStack(const VirtualThread &thread, bool abi32, u64 *regs, u64 regsNum, in UnwindCallStack()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/hiperf/ |
| D | register.cpp | 264 void UpdateRegForABI(ArchType arch, u64 *regs) in UpdateRegForABI()
|
| D | callstack.cpp | 415 bool CallStack::GetIpSP(uint64_t &ip, uint64_t &sp, const u64 *regs, size_t regNum) const in GetIpSP() argument 470 bool CallStack::UnwindCallStack(const VirtualThread &thread, bool abi32, u64 *regs, u64 regsNum, in UnwindCallStack()
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | callstack_test.cpp | 652 std::vector<u64> regs; variable
|