Lines Matching full:optimized
411 * This must be called from arch-dep optimized caller.
427 /* Free optimized instructions and optimized_kprobe */
479 * Return an optimized kprobe whose optimizing code replaces
668 /* Optimize kprobe if p is ready to be optimized */
678 /* kprobes with post_handler can not be optimized */ in optimize_kprobe()
684 /* Check there is no other kprobes at the optimized instructions */ in optimize_kprobe()
688 /* Check if it is already optimized. */ in optimize_kprobe()
698 /* On unoptimizing/optimizing_list, op must have OPTIMIZED flag */ in optimize_kprobe()
714 /* Unoptimize a kprobe if p is optimized */
720 return; /* This is not an optprobe nor optimized */ in unoptimize_kprobe()
745 /* Optimized kprobe case */ in unoptimize_kprobe()
776 /* Remove optimized instructions */
809 /* Try to prepare optimized instructions */
818 /* Allocate new optimized_kprobe and try to prepare optimized instructions */
895 printk(KERN_INFO "Kprobes globally optimized\n"); in optimize_all_kprobes()
958 /* Check collision with other optimized kprobes */ in __arm_kprobe()
1001 * If the optimized kprobe is NOT supported, the aggr kprobe is in reuse_unused_kprobe()
1384 /* Prepare optimized instructions if possible. */ in register_aggr_kprobe()
1739 * This probe is an independent(and non-optimized) kprobe in __unregister_kprobe_top()
2423 * Note, this will also move any optimized probes in kprobes_module_callback()
2561 (kprobe_optimized(pp) ? "[OPTIMIZED]" : ""), in report_probe()