commit | 1475ee7fadafc6d0c194f2f4cbdae10ed04b9580 | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@redhat.com> | Sun Apr 27 16:31:59 2014 +0200 |
committer | Oleg Nesterov <oleg@redhat.com> | Wed Apr 30 19:10:41 2014 +0200 |
tree | e42a21db55b10206efda0dcfbc9820485375bb8a | |
parent | 83cd591485e558ab70aed45ce7261ce3f5ee8746 [diff] |
uprobes/x86: Rename *riprel* helpers to make the naming consistent handle_riprel_insn(), pre_xol_rip_insn() and handle_riprel_post_xol() look confusing and inconsistent. Rename them into riprel_analyze(), riprel_pre_xol(), and riprel_post_xol() respectively. No changes in compiled code. Signed-off-by: Oleg Nesterov <oleg@redhat.com> Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>