Searched hist:"593 eb8a2d63e95772a5f22d746f18a997c5ee463" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | ftrace.c | diff 593eb8a2d63e95772a5f22d746f18a997c5ee463 Thu Oct 23 08:32:59 CDT 2008 Steven Rostedt <rostedt@goodmis.org> ftrace: return error on failed modified text.
Have the ftrace_modify_code return error values:
-EFAULT on error of reading the address
-EINVAL if what is read does not match what it expected
-EPERM if the write fails to update after a successful match.
Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/include/linux/ |
H A D | ftrace.h | diff 593eb8a2d63e95772a5f22d746f18a997c5ee463 Thu Oct 23 08:32:59 CDT 2008 Steven Rostedt <rostedt@goodmis.org> ftrace: return error on failed modified text.
Have the ftrace_modify_code return error values:
-EFAULT on error of reading the address
-EINVAL if what is read does not match what it expected
-EPERM if the write fails to update after a successful match.
Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|
/openbmc/linux/kernel/trace/ |
H A D | ftrace.c | diff 593eb8a2d63e95772a5f22d746f18a997c5ee463 Thu Oct 23 08:32:59 CDT 2008 Steven Rostedt <rostedt@goodmis.org> ftrace: return error on failed modified text.
Have the ftrace_modify_code return error values:
-EFAULT on error of reading the address
-EINVAL if what is read does not match what it expected
-EPERM if the write fails to update after a successful match.
Signed-off-by: Steven Rostedt <srostedt@redhat.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
|