Lines Matching refs:code
262 section below "dynamic ftrace"), the code is dynamically
263 modified (code text rewrite) to disable calling of the
810 to draw a graph of function calls similar to C code
1431 the return value is an error code, it will be printed
1784 the entire time. The irq_enter code lets us know that we entered
1797 Consider the following code::
1878 interrupts are disabled in the assembly code. Without the
2417 something like following code snippet can be used::
2784 returns an error code.
2804 returned the error code -22 firstly, then we can read the code
2808 be displayed in a smart way. Specifically, if it is an error code,
2845 Therefore, it is advisable to check the code for such cases. For instance,
2941 On boot up, before SMP is initialized, the dynamic ftrace code
2947 list. This is automatic in the module unload code, and the
2952 kstop_machine to prevent races with the CPUs executing code being
2954 if the modified code crosses cache (or page) boundaries), and the nops are
2966 and can just slap the new code on top of the old without any
3788 More details can be found in the source code, in the `kernel/trace/*.c` files.