mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
x86 merge happened in 2.6.25
Sat Mar 29 08:05:46 2008 Søren Sandmann <sandmann@redhat.com> * module/sysprof-module.c: x86 merge happened in 2.6.25 svn path=/trunk/; revision=404
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
ae59a75be4
commit
72ef8ca8c6
@ -1,3 +1,7 @@
|
||||
Sat Mar 29 08:05:46 2008 Søren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* module/sysprof-module.c: x86 merge happened in 2.6.25
|
||||
|
||||
2008-03-23 Soren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* sysprof.c (queue_show_samples): Update samples immediately when
|
||||
|
||||
@ -67,7 +67,7 @@ DECLARE_WAIT_QUEUE_HEAD (wait_for_trace);
|
||||
# define REG_STACK_PTR rsp
|
||||
# define REG_STACK_PTR0 rsp0
|
||||
#elif defined(CONFIG_X86)
|
||||
# if LINUX_VERSION_CODE >= KERNEL_VERSION (2,6,24)
|
||||
# if LINUX_VERSION_CODE >= KERNEL_VERSION (2,6,25)
|
||||
# define REG_FRAME_PTR bp
|
||||
# define REG_INS_PTR ip
|
||||
# define REG_STACK_PTR sp
|
||||
|
||||
Reference in New Issue
Block a user