Searched hist:b05086c77a162dd8ef79606cb4723f1fc1448bb1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/x86/kernel/ |
H A D | ftrace.c | diff b05086c77a162dd8ef79606cb4723f1fc1448bb1 Wed Nov 25 13:13:11 CST 2015 Steven Rostedt (Red Hat) <rostedt@goodmis.org> ftrace: Add variable ftrace_expected for archs to show expected code
When an anomaly is found while modifying function code, ftrace_bug() is called which disables the function tracing infrastructure and reports information about what failed. If the code that is to be replaced does not match what is expected, then actual code is shown. Currently there is no arch generic way to show what was expected.
Add a new variable pointer calld ftrace_expected that the arch code can set to point to what it expected so that ftrace_bug() can report the actual text as well as the text that was expected to be there.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|
/openbmc/linux/include/linux/ |
H A D | ftrace.h | diff b05086c77a162dd8ef79606cb4723f1fc1448bb1 Wed Nov 25 13:13:11 CST 2015 Steven Rostedt (Red Hat) <rostedt@goodmis.org> ftrace: Add variable ftrace_expected for archs to show expected code
When an anomaly is found while modifying function code, ftrace_bug() is called which disables the function tracing infrastructure and reports information about what failed. If the code that is to be replaced does not match what is expected, then actual code is shown. Currently there is no arch generic way to show what was expected.
Add a new variable pointer calld ftrace_expected that the arch code can set to point to what it expected so that ftrace_bug() can report the actual text as well as the text that was expected to be there.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|
/openbmc/linux/kernel/trace/ |
H A D | ftrace.c | diff b05086c77a162dd8ef79606cb4723f1fc1448bb1 Wed Nov 25 13:13:11 CST 2015 Steven Rostedt (Red Hat) <rostedt@goodmis.org> ftrace: Add variable ftrace_expected for archs to show expected code
When an anomaly is found while modifying function code, ftrace_bug() is called which disables the function tracing infrastructure and reports information about what failed. If the code that is to be replaced does not match what is expected, then actual code is shown. Currently there is no arch generic way to show what was expected.
Add a new variable pointer calld ftrace_expected that the arch code can set to point to what it expected so that ftrace_bug() can report the actual text as well as the text that was expected to be there.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
|