d07bf508a9
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>
22 lines
469 B
ArmAsm
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
|