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
677 /* Optimize kprobe if p is ready to be optimized */
687 /* kprobes with 'post_handler' can not be optimized */ in optimize_kprobe()
693 /* Check there is no other kprobes at the optimized instructions */ in optimize_kprobe()
697 /* Check if it is already optimized. */ in optimize_kprobe()
709 * 'op' must have OPTIMIZED flag in optimize_kprobe()
726 /* Unoptimize a kprobe if p is optimized */
732 return; /* This is not an optprobe nor optimized */ in unoptimize_kprobe()
757 /* Optimized kprobe case */ in unoptimize_kprobe()
788 /* Remove optimized instructions */
821 /* Try to prepare optimized instructions */
830 /* Allocate new optimized_kprobe and try to prepare optimized instructions. */
907 pr_info("kprobe jump-optimization is enabled. All kprobes are optimized if possible.\n"); in optimize_all_kprobes()
990 /* Find the overlapping optimized kprobes. */ in __arm_kprobe()
1020 * unoptimized because of this probe here. It should be re-optimized in __disarm_kprobe()
1040 * If the optimized kprobe is NOT supported, the aggr kprobe is in reuse_unused_kprobe()
1341 /* Prepare optimized instructions if possible. */ in register_aggr_kprobe()
1748 * This probe is an independent(and non-optimized) kprobe in __unregister_kprobe_top()
2658 * Note, this will also move any optimized probes in kprobes_module_callback()
2788 (kprobe_optimized(pp) ? "[OPTIMIZED]" : ""), in report_probe()