Files
rocm-systems/source/lib/rocprof-sys-rt/src/RTsignal-x86_64.S
T
David Galiffi d07bf508a9 Rename Omnitrace to ROCm Systems Profiler (#4)
The Omnitrace program is being renamed. 

Full name: "ROCm Systems Profiler"
Package name: "rocprofiler-systems"
Binary / Library names: "rocprof-sys-*"

---------
Co-authored-by: Xuan Chen <xuchen@amd.com>
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
2024-10-15 11:20:40 -04:00

22 lines
469 B
ArmAsm

.globl dyninstTrapHandler2
.type dyninstTrapHandler2, @function
dyninstTrapHandler2:
pushfq
pushq %rbp
mov %rsp, %rbp
mov %rdx, %rdi
leaq 0(%rip), %rdx
.Lnext_insn:
addq $.Lret_point - .Lnext_insn, %rdx
mov 0x8(%rbp), %rsi
call dyninstSetupContext@PLT
movl $0x0, 0x0
.Lret_point:
pop %rax
pop %r10
pop %r11
popfq
retq
.section .note.GNU-stack,"",@progbits