Searched hist:"395 a59d0f8e86bb39cd700c3d185d30c670bb958" (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/arm/kernel/ |
H A D | ftrace.c | diff 395a59d0f8e86bb39cd700c3d185d30c670bb958 Sat Jun 21 13:17:27 CDT 2008 Abhishek Sagar <sagar.abhishek@gmail.com> ftrace: store mcount address in rec->ip
Record the address of the mcount call-site. Currently all archs except sparc64 record the address of the instruction following the mcount call-site. Some general cleanups are entailed. Storing mcount addresses in rec->ip enables looking them up in the kprobe hash table later on to check if they're kprobe'd.
Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com> Cc: davem@davemloft.net Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | armksyms.c | diff 395a59d0f8e86bb39cd700c3d185d30c670bb958 Sat Jun 21 13:17:27 CDT 2008 Abhishek Sagar <sagar.abhishek@gmail.com> ftrace: store mcount address in rec->ip
Record the address of the mcount call-site. Currently all archs except sparc64 record the address of the instruction following the mcount call-site. Some general cleanups are entailed. Storing mcount addresses in rec->ip enables looking them up in the kprobe hash table later on to check if they're kprobe'd.
Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com> Cc: davem@davemloft.net Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
H A D | entry-common.S | diff 395a59d0f8e86bb39cd700c3d185d30c670bb958 Sat Jun 21 13:17:27 CDT 2008 Abhishek Sagar <sagar.abhishek@gmail.com> ftrace: store mcount address in rec->ip
Record the address of the mcount call-site. Currently all archs except sparc64 record the address of the instruction following the mcount call-site. Some general cleanups are entailed. Storing mcount addresses in rec->ip enables looking them up in the kprobe hash table later on to check if they're kprobe'd.
Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com> Cc: davem@davemloft.net Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ftrace.c | diff 395a59d0f8e86bb39cd700c3d185d30c670bb958 Sat Jun 21 13:17:27 CDT 2008 Abhishek Sagar <sagar.abhishek@gmail.com> ftrace: store mcount address in rec->ip
Record the address of the mcount call-site. Currently all archs except sparc64 record the address of the instruction following the mcount call-site. Some general cleanups are entailed. Storing mcount addresses in rec->ip enables looking them up in the kprobe hash table later on to check if they're kprobe'd.
Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com> Cc: davem@davemloft.net Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | entry_32.S | diff 395a59d0f8e86bb39cd700c3d185d30c670bb958 Sat Jun 21 13:17:27 CDT 2008 Abhishek Sagar <sagar.abhishek@gmail.com> ftrace: store mcount address in rec->ip
Record the address of the mcount call-site. Currently all archs except sparc64 record the address of the instruction following the mcount call-site. Some general cleanups are entailed. Storing mcount addresses in rec->ip enables looking them up in the kprobe hash table later on to check if they're kprobe'd.
Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com> Cc: davem@davemloft.net Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/include/linux/ |
H A D | ftrace.h | diff 395a59d0f8e86bb39cd700c3d185d30c670bb958 Sat Jun 21 13:17:27 CDT 2008 Abhishek Sagar <sagar.abhishek@gmail.com> ftrace: store mcount address in rec->ip
Record the address of the mcount call-site. Currently all archs except sparc64 record the address of the instruction following the mcount call-site. Some general cleanups are entailed. Storing mcount addresses in rec->ip enables looking them up in the kprobe hash table later on to check if they're kprobe'd.
Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com> Cc: davem@davemloft.net Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/kernel/trace/ |
H A D | ftrace.c | diff 395a59d0f8e86bb39cd700c3d185d30c670bb958 Sat Jun 21 13:17:27 CDT 2008 Abhishek Sagar <sagar.abhishek@gmail.com> ftrace: store mcount address in rec->ip
Record the address of the mcount call-site. Currently all archs except sparc64 record the address of the instruction following the mcount call-site. Some general cleanups are entailed. Storing mcount addresses in rec->ip enables looking them up in the kprobe hash table later on to check if they're kprobe'd.
Signed-off-by: Abhishek Sagar <sagar.abhishek@gmail.com> Cc: davem@davemloft.net Cc: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|