Lines Matching full:optimized
420 * This must be called from arch-dep optimized caller.
436 /* Free optimized instructions and optimized_kprobe */
488 * Return an optimized kprobe whose optimizing code replaces
675 /* Optimize kprobe if p is ready to be optimized */
685 /* kprobes with 'post_handler' can not be optimized */ in optimize_kprobe()
691 /* Check there is no other kprobes at the optimized instructions */ in optimize_kprobe()
695 /* Check if it is already optimized. */ in optimize_kprobe()
707 * 'op' must have OPTIMIZED flag in optimize_kprobe()
724 /* Unoptimize a kprobe if p is optimized */
730 return; /* This is not an optprobe nor optimized */ in unoptimize_kprobe()
755 /* Optimized kprobe case */ in unoptimize_kprobe()
786 /* Remove optimized instructions */
818 /* Try to prepare optimized instructions */
827 /* Allocate new optimized_kprobe and try to prepare optimized instructions. */
904 pr_info("kprobe jump-optimization is enabled. All kprobes are optimized if possible.\n"); in optimize_all_kprobes()
986 /* Find the overlapping optimized kprobes. */ in __arm_kprobe()
1016 * unoptimized because of this probe here. It should be re-optimized in __disarm_kprobe()
1036 * If the optimized kprobe is NOT supported, the aggr kprobe is in reuse_unused_kprobe()
1343 /* Prepare optimized instructions if possible. */ in register_aggr_kprobe()
1769 * This probe is an independent(and non-optimized) kprobe in __unregister_kprobe_top()
2662 * Note, this will also move any optimized probes in kprobes_module_callback()
2803 (kprobe_optimized(pp) ? "[OPTIMIZED]" : ""), in report_probe()