Lines Matching full:optimized
422 * This must be called from arch-dep optimized caller.
438 /* Free optimized instructions and optimized_kprobe */
490 * Return an optimized kprobe whose optimizing code replaces
679 /* Optimize kprobe if p is ready to be optimized */
689 /* kprobes with 'post_handler' can not be optimized */ in optimize_kprobe()
695 /* Check there is no other kprobes at the optimized instructions */ in optimize_kprobe()
699 /* Check if it is already optimized. */ in optimize_kprobe()
711 * 'op' must have OPTIMIZED flag in optimize_kprobe()
728 /* Unoptimize a kprobe if p is optimized */
734 return; /* This is not an optprobe nor optimized */ in unoptimize_kprobe()
759 /* Optimized kprobe case */ in unoptimize_kprobe()
790 /* Remove optimized instructions */
822 /* Try to prepare optimized instructions */
831 /* Allocate new optimized_kprobe and try to prepare optimized instructions. */
903 pr_info("kprobe jump-optimization is enabled. All kprobes are optimized if possible.\n"); in optimize_all_kprobes()
978 /* Find the overlapping optimized kprobes. */ in __arm_kprobe()
1008 * unoptimized because of this probe here. It should be re-optimized in __disarm_kprobe()
1029 * If the optimized kprobe is NOT supported, the aggr kprobe is in reuse_unused_kprobe()
1325 /* Prepare optimized instructions if possible. */ in register_aggr_kprobe()
1740 * If the probe is an independent(and non-optimized) kprobe in __unregister_kprobe_top()
2619 * Note, this will also move any optimized probes in kprobes_module_callback()
2757 (kprobe_optimized(pp) ? "[OPTIMIZED]" : ""), in report_probe()