mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Updates
Sun Sep 4 19:38:51 2005 Soeren Sandmann <sandmann@redhat.com> * TODO: Updates
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
ee53bcffd4
commit
22d05ac014
@ -475,10 +475,10 @@ timer_notify (struct pt_regs *regs)
|
||||
|
||||
trace->pid = current->pid;
|
||||
trace->truncated = 0;
|
||||
|
||||
i = 0;
|
||||
|
||||
trace->addresses[0] = (void *)regs->REG_INS_PTR;
|
||||
|
||||
i = 1;
|
||||
trace->addresses[i++] = (void *)regs->REG_INS_PTR;
|
||||
|
||||
frame = (StackFrame *)regs->REG_FRAME_PTR;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user